Ignore:
Timestamp:
Jul 29, 2001, 9:02:35 PM (24 years ago)
Author:
sandervl
Message:

custom build updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/initwinmm.cpp

    r6375 r6401  
    5454
    5555 //Win32 resource table (produced by wrc)
    56  extern DWORD _Resource_PEResTab;
     56 extern DWORD winmm_PEResTab;
    5757}
    5858static HMODULE dllHandle = 0;
     
    120120        ParseLogStatusWINMM();
    121121
    122         dllHandle = RegisterLxDll(hModule, LibMainWinmm, (PVOID)&_Resource_PEResTab);
     122        dllHandle = RegisterLxDll(hModule, LibMainWinmm, (PVOID)&winmm_PEResTab);
    123123        if(dllHandle == 0)
    124124            return 0UL;/* Error */
Note: See TracChangeset for help on using the changeset viewer.