Changeset 6450 for trunk/src/custombuild/initterm.cpp
- Timestamp:
- Aug 4, 2001, 4:19:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/custombuild/initterm.cpp
r6443 r6450 47 47 48 48 static HMODULE hDllAdvapi32 = 0; 49 static HMODULE hDllGdi32 = 0; 49 50 50 51 #ifdef __IBMCPP__ … … 142 143 return 0UL; 143 144 145 SetCustomBuildName("GDI32.DLL"); 146 hDllGdi32 = RegisterLxDll(hModule, NULL, NULL); 147 148 SetCustomBuildName("ADVAPI32.DLL"); 149 hDllAdvapi32 = RegisterLxDll(hModule, NULL, NULL); 150 144 151 SetCustomBuildName("VERSION.DLL"); 145 152 if(RegisterLxDll(hModule, NULL, (PVOID)NULL) == 0) … … 180 187 if(rc == 0) 181 188 return 0UL; 182 183 SetCustomBuildName("ADVAPI32.DLL");184 hDllAdvapi32 = RegisterLxDll(hModule, NULL, NULL);185 189 186 190 SetCustomBuildName(NULL);
Note:
See TracChangeset
for help on using the changeset viewer.