- Timestamp:
- Dec 17, 2000, 12:24:36 AM (25 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/KERNEL32.DEF
r4658 r4816 1 ; $Id: KERNEL32.DEF,v 1.94 2000-11-21 11:35:07 sandervl Exp $ 2 3 ;Created by BLAST for IBM's compiler 1 ; $Id: KERNEL32.DEF,v 1.95 2000-12-16 23:24:35 bird Exp $ 2 4 3 ;Basis is Windows95 KERNEL32 5 4 LIBRARY KERNEL32 INITINSTANCE TERMINSTANCE 6 5 DATA MULTIPLE NONSHARED LOADONCALL 7 6 CODE SHARED LOADONCALL 7 8 DESCRIPTION 'Odin32 System DLL - Kernel32' 8 9 9 10 SEGMENTS … … 1012 1013 RegUnLoadKeyA = _RegUnLoadKeyA@8 @1145 1013 1014 RegUnLoadKeyW = _RegUnLoadKeyW@8 @1146 1014 1015 1016 1017 ; ---------------------------------------------------------------------------- 1015 1016 1017 1018 ; ---------------------------------------------------------------------------- 1018 1019 ; KERNEL32 / WINE support functions that do not exist in the Win32 API 1019 1020 ; (These starts at ordinal 1200, API have ordinal less than 1200.) … … 1148 1149 _ConvertCursorToOS2@4 @2008 1149 1150 _FreeOS2Resource@4 @2009 1150 1151 1151 1152 GetDisplayCodepage__Fv @3000 1152 1153 GetWindowsCodepage__Fv @3001 -
trunk/src/user32/USER32.DEF
r4601 r4816 1 ; $Id: USER32.DEF,v 1.44 2000-11-15 20:44:25 sandervl Exp $ 2 3 ;Created by BLAST for IBM's compiler 1 ; $Id: USER32.DEF,v 1.45 2000-12-16 23:24:36 bird Exp $ 2 4 3 LIBRARY USER32 INITINSTANCE TERMINSTANCE 4 DESCRIPTION 'Odin32 System Dll - User32' 5 5 DATA MULTIPLE NONSHARED LOADONCALL 6 6 CODE SHARED LOADONCALL … … 19 19 _GpiEnableYInversion = PMGPI.723 20 20 _GpiQueryYInversion = PMGPI.726 21 ;;;----------->>>> 22 _GpiQueryDCData = PMGPI.665 21 _GpiQueryDCData = PMGPI.665 23 22 24 23 EXPORTS … … 635 634 636 635 636 ;------------------------------------------------------------------------------ 637 637 ; Wine/Odin helper function 638 ;------------------------------------------------------------------------------ 638 639 GetSysColorPen = _GetSysColorPen@4 @2002 639 640 GetPattern55AABrush = _GetPattern55AABrush@0 @2003
Note:
See TracChangeset
for help on using the changeset viewer.