Changeset 469 for trunk/src/kernel32/KERNEL32.DEF
- Timestamp:
- Aug 10, 1999, 2:43:24 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/kernel32/KERNEL32.DEF (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/KERNEL32.DEF
r320 r469 1 ; $Id: KERNEL32.DEF,v 1.1 7 1999-07-17 09:18:38 sandervlExp $1 ; $Id: KERNEL32.DEF,v 1.18 1999-08-10 12:43:22 phaller Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 922 922 923 923 924 ; ---------------------------------------------------------------------------- 925 ; KERNEL32 / WINE support functions that do not exist in real Win32 926 ; ---------------------------------------------------------------------------- 927 928 ; HEAP Management (heap.cpp, heapstring.cpp) 929 HEAP_xalloc = _HEAP_xalloc@12 930 HEAP_xrealloc = _HEAP_xrealloc@16 931 HEAP_malloc = _HEAP_malloc@4 932 HEAP_realloc = _HEAP_realloc@8 933 HEAP_free = _HEAP_free@4 934 HEAP_strdupWtoA = _HEAP_strdupWtoA@12 935 HEAP_strdupAtoW = _HEAP_strdupAtoW@12 936 HEAP_strdupA = _HEAP_strdupA@12 937 HEAP_strdupW = _HEAP_strdupW@12 938 924 939 925 940 ;really belongs in NTDLL.DLL... … … 968 983 SetWin32TIB = _SetWin32TIB@0 @1229 969 984 RestoreOS2FS = RestoreOS2FS @1230 970 985 971 986 ;SvL: HandleManager functions 972 987 HMHandleAllocate__FPUlUl @1231
Note:
See TracChangeset
for help on using the changeset viewer.
