- Timestamp:
- Oct 13, 2001, 8:50:52 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ws2_32/initterm.cpp
r6639 r7040 1 /* $Id: initterm.cpp,v 1. 2 2001-09-05 10:27:06 birdExp $1 /* $Id: initterm.cpp,v 1.3 2001-10-13 18:50:52 sandervl Exp $ 2 2 * 3 3 * DLL entry point … … 92 92 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 93 93 94 dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&_Resource_PEResTab);94 dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&_Resource_PEResTab); 95 95 if(dllHandle == 0) 96 return 0UL;96 return 0UL; 97 97 98 98 break; 99 99 case 1 : 100 100 if(dllHandle) { 101 UnregisterLxDll(dllHandle);101 UnregisterLxDll(dllHandle); 102 102 } 103 103 break;
Note:
See TracChangeset
for help on using the changeset viewer.