Changeset 7926 for trunk/src/ole32/ole32_main.c
- Timestamp:
- Feb 15, 2002, 6:18:52 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/ole32_main.c
r6711 r7926 4 4 */ 5 5 #include "windef.h" 6 #ifdef __WIN32OS2__7 #include "winbase.h"8 #endif9 6 #include "winerror.h" 10 7 #include "ole32_main.h" … … 26 23 case DLL_PROCESS_ATTACH: 27 24 OLE32_hInstance = hinstDLL; 25 COMPOBJ_InitProcess(); 28 26 break; 29 27 30 28 case DLL_PROCESS_DETACH: 29 COMPOBJ_UninitProcess(); 31 30 OLE32_hInstance = 0; 32 31 break; … … 36 35 37 36 /*********************************************************************** 38 * DllRegisterServer (OLE32. @)37 * DllRegisterServer (OLE32.194) 39 38 */ 40 39 HRESULT WINAPI OLE32_DllRegisterServer() {
Note:
See TracChangeset
for help on using the changeset viewer.