Changeset 1117
- Timestamp:
- Oct 4, 1999, 9:57:23 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/shell32/new/initterm.cpp ¶
r951 r1117 1 /* $Id: initterm.cpp,v 1. 2 1999-09-15 23:26:10 sandervlExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-10-04 07:57:23 phaller Exp $ */ 2 2 3 3 /* … … 49 49 static void APIENTRY cleanup(ULONG reason); 50 50 51 extern BOOL WINAPI Shell32LibMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad); 51 52 52 53 /****************************************************************************/ … … 81 82 /*******************************************************************/ 82 83 83 if(RegisterLxDll(hModule, 0, 0) == FALSE)84 if(RegisterLxDll(hModule, &Shell32LibMain, 0) == FALSE) 84 85 return 0UL; 85 86
Note:
See TracChangeset
for help on using the changeset viewer.