Ignore:
Timestamp:
Oct 17, 2001, 8:27:34 PM (24 years ago)
Author:
phaller
Message:

RegisterLxDll was missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/crtdll/initterm.cpp

    r6712 r7100  
    9090         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    9191
    92 //       dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
    93 //         if(dllHandle == 0)
    94 //              return 0UL;
     92         dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
     93         if(dllHandle == 0)
     94                return 0UL;
    9595
    9696         break;
    9797      case 1 :
    98 //         if(dllHandle) {
    99 //              UnregisterLxDll(dllHandle);
    100 //         }
     98         if(dllHandle) {
     99                UnregisterLxDll(dllHandle);
     100         }
    101101         break;
    102102
Note: See TracChangeset for help on using the changeset viewer.