Changeset 2252 for trunk/src/msvcrt/initterm.cpp
- Timestamp:
- Dec 29, 1999, 7:49:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/msvcrt/initterm.cpp
r1080 r2252 1 /* $Id: initterm.cpp,v 1. 1 1999-09-28 13:26:06sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.2 1999-12-29 18:49:01 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.