Changeset 2254 for trunk/src/gdi32/initterm.cpp
- Timestamp:
- Dec 29, 1999, 7:51:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/initterm.cpp
r951 r2254 1 /* $Id: initterm.cpp,v 1. 7 1999-09-15 23:26:06sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.8 1999-12-29 18:51:45 sandervl Exp $ */ 2 2 3 3 /* … … 39 39 void CDECL _ctordtorInit( void ); 40 40 void CDECL _ctordtorTerm( void ); 41 42 //Win32 resource table (produced by wrc) 43 extern DWORD _Resource_PEResTab; 41 44 } 42 45 … … 81 84 /*******************************************************************/ 82 85 83 if(RegisterLxDll(hModule, 0, 0) == FALSE)86 if(RegisterLxDll(hModule, 0, (PVOID)&_Resource_PEResTab) == FALSE) 84 87 return 0UL; 85 88
Note:
See TracChangeset
for help on using the changeset viewer.