Changeset 6401 for trunk/src/ole32


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

custom build updates

Location:
trunk/src/ole32
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/initole32.cpp

    r6375 r6401  
    3838extern "C" {
    3939 //Win32 resource table (produced by wrc)
    40  extern DWORD _Resource_PEResTab;
     40 extern DWORD ole32os2_PEResTab;
    4141}
    4242static HMODULE dllHandle = 0;
     
    8282      case 0 :
    8383      {
    84          dllHandle = RegisterLxDll(hModule, LibMainOLE32, (PVOID)&_Resource_PEResTab);
     84         dllHandle = RegisterLxDll(hModule, LibMainOLE32, (PVOID)&ole32os2_PEResTab);
    8585         if(dllHandle == 0)
    8686                return 0UL;
  • trunk/src/ole32/ole32.mak

    r6375 r6401  
    1 # $Id: ole32.mak,v 1.12 2001-07-20 15:38:24 sandervl Exp $
     1# $Id: ole32.mak,v 1.13 2001-07-29 19:01:40 sandervl Exp $
    22
    33#
     
    66#       ole32.dll makefile
    77#
     8WRC_PREFIX_RESOURCE=1
    89
    910#
  • trunk/src/ole32/ole32lib.mak

    r6375 r6401  
    1 # $Id: ole32lib.mak,v 1.1 2001-07-20 15:38:24 sandervl Exp $
     1# $Id: ole32lib.mak,v 1.2 2001-07-29 19:01:40 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.