Ignore:
Timestamp:
Sep 15, 2001, 11:32:00 AM (24 years ago)
Author:
sandervl
Message:

restored old version + wine update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/initole32.cpp

    r6648 r6711  
    1 /* $Id: initole32.cpp,v 1.3 2001-09-05 13:17:10 bird Exp $
     1/*
    22 * DLL entry point
    33 *
     
    5252   case DLL_THREAD_ATTACH:
    5353   case DLL_THREAD_DETACH:
    54     return OLE32_DllEntryPoint(hinstDLL, fdwReason, fImpLoad);
     54        return OLE32_DllEntryPoint(hinstDLL, fdwReason, fImpLoad);
    5555
    5656   case DLL_PROCESS_DETACH:
    5757        OLE32_DllEntryPoint(hinstDLL, fdwReason, fImpLoad);
    58     return TRUE;
     58        return TRUE;
    5959   }
    6060   return FALSE;
     
    8282      case 0 :
    8383      {
    84     dllHandle = RegisterLxDll(hModule, LibMainOLE32, (PVOID)&ole32os2_PEResTab);
    85          if(dllHandle == 0)
    86         return 0UL;
     84        dllHandle = RegisterLxDll(hModule, LibMainOLE32, (PVOID)&ole32os2_PEResTab);
     85         if(dllHandle == 0) 
     86                return 0UL;
    8787
    8888         break;
     
    9090      case 1 :
    9191         if(dllHandle) {
    92         UnregisterLxDll(dllHandle);
     92                UnregisterLxDll(dllHandle);
    9393         }
    9494         break;
Note: See TracChangeset for help on using the changeset viewer.