Changeset 6459 for trunk/src/custombuild/initterm.cpp
- Timestamp:
- Aug 4, 2001, 7:19:21 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/custombuild/initterm.cpp
r6450 r6459 133 133 SetRegistryRootKey(HKEY_USERS, hKeyUsers); 134 134 135 SetCustomBuildName("NTDLL.DLL"); 136 if(RegisterLxDll(hModule, NULL, (PVOID)NULL) == 0) 137 return 0UL; 138 135 139 SetCustomBuildName("KERNEL32.DLL"); 136 140 rc = inittermKernel32(hModule, ulFlag); … … 144 148 145 149 SetCustomBuildName("GDI32.DLL"); 146 hDllGdi32 = RegisterLxDll(hModule, NULL, NULL); 150 if(RegisterLxDll(hModule, NULL, (PVOID)NULL) == 0) 151 return 0UL; 147 152 148 153 SetCustomBuildName("ADVAPI32.DLL"); 149 hDllAdvapi32 = RegisterLxDll(hModule, NULL, NULL); 154 if(RegisterLxDll(hModule, NULL, (PVOID)NULL) == 0) 155 return 0UL; 150 156 151 157 SetCustomBuildName("VERSION.DLL");
Note:
See TracChangeset
for help on using the changeset viewer.