- Timestamp:
- Apr 9, 2003, 1:58:40 PM (22 years ago)
- Location:
- trunk/src/comctl32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/comctl32.def
r9370 r9998 1 ; $Id: comctl32.def,v 1.2 7 2002-10-29 12:18:25sandervl Exp $1 ; $Id: comctl32.def,v 1.28 2003-04-09 11:58:39 sandervl Exp $ 2 2 LIBRARY COMCTL32 INITINSTANCE 3 3 DESCRIPTION 'Odin32 System DLL - ComCtl32 - Common Controls Library' 4 4 DATA MULTIPLE NONSHARED 5 6 ; GCC 3.2.1 cdecl bug will be 100% fixed in 3.2.2 7 IMPORTS 8 __wtoi = NTDLL._wtoi 5 9 6 10 EXPORTS … … 202 206 RemoveWindowSubclass = _RemoveWindowSubclass@12 @502 203 207 SetWindowSubclass = _SetWindowSubclass@16 @503 208 -
trunk/src/comctl32/comctl32dbg.def
r9370 r9998 1 ; $Id: comctl32dbg.def,v 1. 3 2002-10-29 12:18:25sandervl Exp $1 ; $Id: comctl32dbg.def,v 1.4 2003-04-09 11:58:40 sandervl Exp $ 2 2 LIBRARY COMCTL32 INITINSTANCE 3 3 DESCRIPTION 'Odin32 System DLL - ComCtl32 - Common Controls Library' 4 4 DATA MULTIPLE NONSHARED 5 6 ; GCC 3.2.1 cdecl bug will be 100% fixed in 3.2.2 7 IMPORTS 8 __wtoi = NTDLL._wtoi 5 9 6 10 EXPORTS
Note:
See TracChangeset
for help on using the changeset viewer.