- Timestamp:
- Jan 4, 2000, 11:26:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/twain_32/initterm.cpp
r2321 r2324 1 /* $Id: initterm.cpp,v 1. 1 2000-01-04 22:19:01sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.2 2000-01-04 22:26:19 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.