- Timestamp:
- Aug 4, 2001, 3:48:27 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/custombuild/initterm.cpp
r6414 r6443 46 46 static HKEY hKeyUsers = 0; 47 47 48 static HMODULE hDllAdvapi32 = 0; 49 48 50 #ifdef __IBMCPP__ 49 51 extern "C" { … … 179 181 return 0UL; 180 182 183 SetCustomBuildName("ADVAPI32.DLL"); 184 hDllAdvapi32 = RegisterLxDll(hModule, NULL, NULL); 185 181 186 SetCustomBuildName(NULL); 182 187 break;
Note:
See TracChangeset
for help on using the changeset viewer.