1 //+--------------------------------------------------------------
2 //
3 //  For conditions of distribution and use, see copyright notice
4 //  in Flashpix.h
5 //
6 //  Copyright (c) 1999 Digital Imaging Group, Inc.
7 //
8 //  Contents: WCHAR header for ASCII layer
9 //
10 //---------------------------------------------------------------
11 
12 #ifndef __ASCII_HXX__
13 #define __ASCII_HXX__
14 #include "h/dfmsp.hxx"
15 #include "h/docfile.hxx"
16 
17 #ifndef _UNICODE
18 
19 SCODE DfOpenStorageOnILockBytesW(ILockBytes *plkbyt,
20                            IStorage *pstgPriority,
21                            DWORD grfMode,
22                            SNBW snbExclude,
23                            DWORD reserved,
24                            IStorage **ppstgOpen,
25                            CLSID *pcid);
26 #endif // #ifndef _UNICODE
27 
28 #endif // #ifndef __ASCII_HXX__
29