Changeset 291 for trunk/src/ole32/guid.cpp
- Timestamp:
- Jul 12, 1999, 2:21:37 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/guid.cpp
r199 r291 1 /* 2 * 1 /* 2 * 3 3 * Project Odin Software License can be found in LICENSE.TXT 4 * 4 * 5 5 */ 6 /* 7 * Win32 OLE stubs for OS/2 8 * 9 * 1998/06/12 10 * 11 * Copyright 1998 Sander van Leeuwen 6 /* 7 * Concrete defintions of all IID's 8 * 9 * 1/7/99 10 * 11 * Copyright 1999 David J. Raison 12 * 12 13 */ 13 14 14 // This causes all the DEFINE_GUID 's to instantiate their GUID's15 #define INITGUID 15 // This causes all the DEFINE_GUID macros to instantiate their GUID's 16 #define INITGUID 1 16 17 17 18 #include "ole32.h" 19
Note:
See TracChangeset
for help on using the changeset viewer.