Changeset 6401 for trunk/src/shell32


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

custom build updates

Location:
trunk/src/shell32
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/initshell32.cpp

    r6375 r6401  
    3838extern "C" {
    3939 //Win32 resource table (produced by wrc)
    40  extern DWORD _Resource_PEResTab;
     40 extern DWORD shell32_PEResTab;
    4141}
    4242static HMODULE dllHandle = 0;
     
    8888         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    8989
    90          dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&_Resource_PEResTab,
     90         dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&shell32_PEResTab,
    9191                                   SHELL32_MAJORIMAGE_VERSION, SHELL32_MINORIMAGE_VERSION,
    9292                                   IMAGE_SUBSYSTEM_WINDOWS_GUI);
  • trunk/src/shell32/makefile

    r6375 r6401  
    1 # $Id: makefile,v 1.34 2001-07-20 15:37:22 sandervl Exp $
     1# $Id: makefile,v 1.35 2001-07-29 19:01:06 sandervl Exp $
    22
    33#
     
    66#       shell32.dll makefile
    77#
     8WRC_PREFIX_RESOURCE=1
    89
    910
  • trunk/src/shell32/shell32lib.mak

    r6375 r6401  
    1 # $Id: shell32lib.mak,v 1.1 2001-07-20 15:37:22 sandervl Exp $
     1# $Id: shell32lib.mak,v 1.2 2001-07-29 19:01:06 sandervl Exp $
    22
    33#
     
    66#       common.lib makefile
    77#
     8WRC_PREFIX_RESOURCE=1
    89
    910
Note: See TracChangeset for help on using the changeset viewer.