- Timestamp:
- Jan 25, 2001, 9:17:26 PM (25 years ago)
- Location:
- trunk/src/ole32
- Files:
-
- 4 added
- 4 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/ole32.h
r4838 r5026 1 /* $Id: ole32.h,v 1.1 3 2000-12-24 14:41:15sandervl Exp $ */1 /* $Id: ole32.h,v 1.14 2001-01-25 20:17:23 sandervl Exp $ */ 2 2 /* 3 3 * … … 33 33 #undef CALLCONV 34 34 35 #ifdef __cplusplus 35 36 #include <os2win.h> 37 #endif 36 38 #include <ole2ver.h> 37 39 #include <ole.h> -
trunk/src/ole32/ole32.mak
r4717 r5026 1 # $Id: ole32.mak,v 1. 3 2000-12-02 23:40:43 birdExp $1 # $Id: ole32.mak,v 1.4 2001-01-25 20:17:23 sandervl Exp $ 2 2 3 3 # … … 50 50 $(OBJDIR)\stg_bigblockfile.obj \ 51 51 $(OBJDIR)\stg_stream.obj \ 52 $(OBJDIR)\storage .obj \52 $(OBJDIR)\storage32.obj \ 53 53 $(OBJDIR)\stubs.obj \ 54 54 $(OBJDIR)\taskmem.obj \ -
trunk/src/ole32/oleClip.cpp
r4685 r5026 1 /* $Id: oleClip.cpp,v 1. 5 2000-11-24 10:29:40sandervl Exp $ */1 /* $Id: oleClip.cpp,v 1.6 2001-01-25 20:17:23 sandervl Exp $ */ 2 2 /* 3 3 * … … 60 60 #include "oString.h" 61 61 #include "heapstring.h" 62 #include "storage .h"62 #include "storage32.h" 63 63 #include <assert.h> 64 64 … … 1010 1010 1011 1011 lstrcpyWtoA(strOleTypeName, strProgID); 1012 OLECONVERT_Create EmbeddedOleStream(std.u.pstg);1012 OLECONVERT_CreateOleStream(std.u.pstg); 1013 1013 OLECONVERT_CreateCompObjStream(std.u.pstg, strOleTypeName); 1014 1014 } -
trunk/src/ole32/oleMenu.cpp
r4274 r5026 1 /* $Id: oleMenu.cpp,v 1. 3 2000-09-17 10:31:06 davidrExp $ */1 /* $Id: oleMenu.cpp,v 1.4 2001-01-25 20:17:24 sandervl Exp $ */ 2 2 /* 3 3 * … … 22 22 #include "oString.h" 23 23 #include <assert.h> 24 #include "storage32.h" 24 25 25 26 // ======================================================================
Note:
See TracChangeset
for help on using the changeset viewer.