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/comdlg32/initcomdlg32.cpp

    r6375 r6401  
    3838extern "C" {
    3939 //Win32 resource table (produced by wrc)
    40  extern DWORD _Resource_PEResTab;
     40 extern DWORD comdlg32_PEResTab;
    4141
    4242 BOOL WINAPI COMDLG32_DllEntryPoint(HINSTANCE hInstance, DWORD Reason, LPVOID Reserved);
     
    8383   switch (ulFlag) {
    8484      case 0 :
    85          dllHandle = RegisterLxDll(hModule, LibMainComdlg32, (PVOID)&_Resource_PEResTab,
     85         dllHandle = RegisterLxDll(hModule, LibMainComdlg32, (PVOID)&comdlg32_PEResTab,
    8686                                   COMDLG32_MAJORIMAGE_VERSION, COMDLG32_MINORIMAGE_VERSION,
    8787                                   IMAGE_SUBSYSTEM_WINDOWS_GUI);
Note: See TracChangeset for help on using the changeset viewer.