- Timestamp:
- Oct 1, 2001, 3:39:17 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dllentry/dllentry.cpp
r5309 r6917 1 /* $Id: dllentry.cpp,v 1. 6 2001-03-13 18:47:12 sandervlExp $ */1 /* $Id: dllentry.cpp,v 1.7 2001-10-01 01:39:17 bird Exp $ */ 2 2 3 3 /* … … 118 118 { 119 119 CheckVersionFromHMOD(PE2LX_VERSION, hModule); 120 dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);120 dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&_Resource_PEResTab); 121 121 if (dllHandle == 0) 122 122 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.