Changeset 6401 for trunk/src/winmm/initwinmm.cpp
- Timestamp:
- Jul 29, 2001, 9:02:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/initwinmm.cpp
r6375 r6401 54 54 55 55 //Win32 resource table (produced by wrc) 56 extern DWORD _Resource_PEResTab;56 extern DWORD winmm_PEResTab; 57 57 } 58 58 static HMODULE dllHandle = 0; … … 120 120 ParseLogStatusWINMM(); 121 121 122 dllHandle = RegisterLxDll(hModule, LibMainWinmm, (PVOID)& _Resource_PEResTab);122 dllHandle = RegisterLxDll(hModule, LibMainWinmm, (PVOID)&winmm_PEResTab); 123 123 if(dllHandle == 0) 124 124 return 0UL;/* Error */
Note:
See TracChangeset
for help on using the changeset viewer.