Changeset 21494 for trunk/src/ole32
- Timestamp:
- Dec 2, 2010, 1:19:12 AM (15 years ago)
- Location:
- trunk/src/ole32
- Files:
-
- 4 edited
-
old/ole32.h (modified) (2 diffs)
-
ole32.h (modified) (2 diffs)
-
storage32.c (modified) (2 diffs)
-
stubs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/old/ole32.h
r5601 r21494 17 17 #define NONAMELESSUNION 18 18 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 19 #define CINTERFACE 119 #define CINTERFACE 20 20 21 21 // ><DJR 17.05.99 Move standard includes to before os2win.h [memcmp] … … 37 37 #endif 38 38 #include <ole2ver.h> 39 #include <ole.h>40 39 #include <ole2.h> 41 40 #include <winreg.h> -
trunk/src/ole32/ole32.h
r5929 r21494 17 17 #define NONAMELESSUNION 18 18 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 19 #define CINTERFACE 119 #define CINTERFACE 20 20 21 21 // ><DJR 17.05.99 Move standard includes to before os2win.h [memcmp] … … 37 37 #endif 38 38 #include <ole2ver.h> 39 #include <ole.h>40 39 #include <ole2.h> 41 40 #include <winreg.h> -
trunk/src/ole32/storage32.c
r9400 r21494 24 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 25 */ 26 27 #include <assert.h> 28 #include <stdio.h> 29 #include <stdlib.h> 30 #include <string.h> 31 32 #include "ole.h" 33 26 34 #ifdef __WIN32OS2__ 27 35 #include "ole32.h" 28 36 #include "heapstring.h" 29 37 #endif 30 31 #include <assert.h>32 #include <stdio.h>33 #include <stdlib.h>34 #include <string.h>35 38 36 39 #include "winbase.h" /* for lstrlenW() and the likes */ … … 7205 7208 * StgIsStorageFile [OLE32.146] 7206 7209 */ 7207 HRESULT WINAPI 7208 StgIsStorageFile(LPCOLESTR fn) 7210 HRESULT WINAPI 7211 StgIsStorageFile(LPCOLESTR fn) 7209 7212 { 7210 7213 HRESULT ret; -
trunk/src/ole32/stubs.cpp
r10432 r21494 13 13 */ 14 14 15 #include "ole.h" 15 16 #include "ole32.h" 16 17
Note:
See TracChangeset
for help on using the changeset viewer.
