Changeset 6401 for trunk/src/comctl32
- Timestamp:
- Jul 29, 2001, 9:02:35 PM (24 years ago)
- Location:
- trunk/src/comctl32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/comctl32lib.mak
r6375 r6401 1 # $Id: comctl32lib.mak,v 1. 1 2001-07-20 15:35:30 sandervl Exp $1 # $Id: comctl32lib.mak,v 1.2 2001-07-29 19:00:00 sandervl Exp $ 2 2 3 3 # … … 14 14 EXETARGET = 1 15 15 PUBLICLIB = 1 16 16 WRC_PREFIX_RESOURCE=1 17 17 18 18 # -
trunk/src/comctl32/initcomctl32.cpp
r6375 r6401 38 38 extern "C" { 39 39 //Win32 resource table (produced by wrc) 40 extern DWORD _Resource_PEResTab;40 extern DWORD comctl32_PEResTab; 41 41 } 42 42 … … 85 85 switch (ulFlag) { 86 86 case 0 : 87 dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)& _Resource_PEResTab,87 dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&comctl32_PEResTab, 88 88 COMCTL32_MAJORIMAGE_VERSION, COMCTL32_MINORIMAGE_VERSION, 89 89 IMAGE_SUBSYSTEM_WINDOWS_GUI); -
trunk/src/comctl32/makefile
r6380 r6401 1 # $Id: makefile,v 1.3 4 2001-07-21 09:07:17sandervl Exp $1 # $Id: makefile,v 1.35 2001-07-29 19:00:00 sandervl Exp $ 2 2 3 3 # … … 6 6 # comctl32.dll makefile 7 7 # 8 8 WRC_PREFIX_RESOURCE=1 9 9 10 10 # … … 13 13 !include ../../makefile.inc 14 14 15 # 16 # Overrides. 17 # 15 18 16 19 #
Note:
See TracChangeset
for help on using the changeset viewer.