Ignore:
Timestamp:
Feb 15, 2002, 6:18:52 PM (24 years ago)
Author:
sandervl
Message:

Wine 20020215 resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/ole32_main.c

    r6711 r7926  
    44 */
    55#include "windef.h"
    6 #ifdef __WIN32OS2__
    7 #include "winbase.h"
    8 #endif
    96#include "winerror.h"
    107#include "ole32_main.h"
     
    2623    case DLL_PROCESS_ATTACH:
    2724        OLE32_hInstance = hinstDLL;
     25        COMPOBJ_InitProcess();
    2826        break;
    2927
    3028    case DLL_PROCESS_DETACH:
     29        COMPOBJ_UninitProcess();
    3130        OLE32_hInstance = 0;
    3231        break;
     
    3635
    3736/***********************************************************************
    38  *              DllRegisterServer (OLE32.@)
     37 *              DllRegisterServer (OLE32.194)
    3938 */
    4039HRESULT WINAPI OLE32_DllRegisterServer() {
Note: See TracChangeset for help on using the changeset viewer.