Changeset 1548 for trunk/src/comdlg32/initterm.cpp
- Timestamp:
- Nov 2, 1999, 8:09:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comdlg32/initterm.cpp
r951 r1548 1 /* $Id: initterm.cpp,v 1. 7 1999-09-15 23:26:06sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.8 1999-11-02 19:09:42 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; 44 45 BOOL WINAPI COMDLG32_DllEntryPoint(HINSTANCE hInstance, DWORD Reason, LPVOID Reserved); 41 46 } 42 47 … … 81 86 /*******************************************************************/ 82 87 83 if(RegisterLxDll(hModule, 0, 0) == FALSE)88 if(RegisterLxDll(hModule, COMDLG32_DllEntryPoint, (PVOID)&_Resource_PEResTab) == FALSE) 84 89 return 0UL; 85 90
Note:
See TracChangeset
for help on using the changeset viewer.