Changeset 6401 for trunk/src/winmm


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

custom build updates

Location:
trunk/src/winmm
Files:
3 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 */
  • trunk/src/winmm/winmm.mak

    r6375 r6401  
    1 # $Id: winmm.mak,v 1.4 2001-07-20 15:35:01 sandervl Exp $
     1# $Id: winmm.mak,v 1.5 2001-07-29 19:00:53 sandervl Exp $
    22
    33#
     
    66#       winmm.dll makefile
    77#
     8WRC_PREFIX_RESOURCE=1
    89
    910
  • trunk/src/winmm/winmmlib.mak

    r6375 r6401  
    1 # $Id: winmmlib.mak,v 1.1 2001-07-20 15:35:01 sandervl Exp $
     1# $Id: winmmlib.mak,v 1.2 2001-07-29 19:00:53 sandervl Exp $
    22
    33#
     
    1414EXETARGET = 1
    1515PUBLICLIB = 1
     16WRC_PREFIX_RESOURCE=1
    1617
    1718
Note: See TracChangeset for help on using the changeset viewer.