- Timestamp:
- Aug 18, 1999, 3:23:41 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/KERNEL32.DEF
r506 r546 1 ; $Id: KERNEL32.DEF,v 1.2 0 1999-08-16 13:54:32 sandervlExp $1 ; $Id: KERNEL32.DEF,v 1.21 1999-08-18 13:23:41 phaller Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 920 920 lstrlenA = _lstrlenA@4 @779 921 921 lstrlenW = _lstrlenW@4 @780 922 lstrcpynAtoW = _lstrcpynAtoW@12 @781 923 lstrcpynWtoA = _lstrcpynWtoA@12 @782 924 lstrcpyAtoW = _lstrcpyAtoW@8 @783 925 lstrcpyWtoA = _lstrcpyWtoA@8 @784 926 922 927 923 928 … … 927 932 928 933 ;really belongs in NTDLL.DLL... 929 memmove = _OS2memmove @906930 931 ConvertNameId = ConvertNameId 932 UpCase = UpCase 933 WriteLog = WriteLog 934 WriteLogError = WriteLogError 934 memmove = _OS2memmove @906 935 936 ConvertNameId = ConvertNameId @1200 937 UpCase = UpCase @1201 938 WriteLog = WriteLog @1202 939 WriteLogError = WriteLogError @1214 935 940 936 941 ;Used by tibfix page in exe (change ordinal in lx.cpp too!!) 937 RegisterExe = _RegisterExe@48 942 RegisterExe = _RegisterExe@48 @1203 938 943 ;VMutex 939 enter__6VMutexFUl 940 leave__6VMutexFv 941 __ct__6VMutexFv 942 __dt__6VMutexFv 944 enter__6VMutexFUl @1204 945 leave__6VMutexFv @1205 946 __ct__6VMutexFv @1206 947 __dt__6VMutexFv @1207 943 948 ;Used by tibfix page in dll (change ordinal in lx.cpp too!!) 944 ; ;; DLLExitList = _DLLExitList@4@1208945 RegisterDll = _RegisterDll@48 949 ; DLLExitList = _DLLExitList@4 @1208 950 RegisterDll = _RegisterDll@48 @1209 946 951 ;Unicode 947 UnicodeToAsciiString = _UnicodeToAsciiString@4 948 UnicodeToAscii = _UnicodeToAscii@8 949 FreeAsciiString = _FreeAsciiString@4 950 AsciiToUnicode = _AsciiToUnicode@8 951 UnicodeToAsciiN = _UnicodeToAsciiN@12 952 AsciiToUnicodeN = _AsciiToUnicodeN@12 952 UnicodeToAsciiString = _UnicodeToAsciiString@4 @1210 953 UnicodeToAscii = _UnicodeToAscii@8 @1211 954 FreeAsciiString = _FreeAsciiString@4 @1212 955 AsciiToUnicode = _AsciiToUnicode@8 @1213 956 UnicodeToAsciiN = _UnicodeToAsciiN@12 @1215 957 AsciiToUnicodeN = _AsciiToUnicodeN@12 @1216 953 958 954 959 ;Win32Exe constructor 955 __ct__8Win32ExeFPc 960 __ct__8Win32ExeFPc @1220 956 961 957 962 ;Get version resource 958 GetVersionStruct = GetVersionStruct 959 GetVersionSize = GetVersionSize 963 GetVersionStruct = GetVersionStruct @1221 964 GetVersionSize = GetVersionSize @1222 960 965 961 966 ;version functions 962 CheckVersionFromHMOD = CheckVersionFromHMOD 963 CheckVersion = CheckVersion 964 965 Win32QueryModuleName = Win32QueryModuleName 966 967 GetFS = GetFS@1226968 SetFS = SetFS@1227969 970 RestoreOS2TIB = _RestoreOS2TIB@0 971 SetWin32TIB = _SetWin32TIB@0 972 RestoreOS2FS = RestoreOS2FS 967 CheckVersionFromHMOD = CheckVersionFromHMOD @1223 968 CheckVersion = CheckVersion @1224 969 970 Win32QueryModuleName = Win32QueryModuleName @1225 971 972 GetFS = GetFS @1226 973 SetFS = SetFS @1227 974 975 RestoreOS2TIB = _RestoreOS2TIB@0 @1228 976 SetWin32TIB = _SetWin32TIB@0 @1229 977 RestoreOS2FS = RestoreOS2FS @1230 973 978 974 979 ;SvL: HandleManager functions 975 HMHandleAllocate__FPUlUl 976 HMHandleFree__FUl 977 HMHandleTranslateToOS2__FUlPUl 978 979 GetThreadTEB = _GetThreadTEB@0 980 GetThreadTHDB = _GetThreadTHDB@0 981 982 CreateWin32Exe = _CreateWin32Exe@4 980 HMHandleAllocate__FPUlUl @1231 981 HMHandleFree__FUl @1232 982 HMHandleTranslateToOS2__FUlPUl @1233 983 984 GetThreadTEB = _GetThreadTEB@0 @1234 985 GetThreadTHDB = _GetThreadTHDB@0 @1235 986 987 CreateWin32Exe = _CreateWin32Exe@4 @1236 983 988 984 989 ; HEAP Management (heap.cpp, heapstring.cpp) 985 HEAP_xalloc = _HEAP_xalloc@12 @1240 986 HEAP_xrealloc = _HEAP_xrealloc@16 @1241 987 HEAP_malloc = _HEAP_malloc@4 @1242 988 HEAP_realloc = _HEAP_realloc@8 @1243 989 HEAP_free = _HEAP_free@4 @1244 990 HEAP_strdupWtoA = _HEAP_strdupWtoA@12 @1245 991 HEAP_strdupAtoW = _HEAP_strdupAtoW@12 @1246 992 HEAP_strdupA = _HEAP_strdupA@12 @1247 993 HEAP_strdupW = _HEAP_strdupW@12 @1248 994 990 HEAP_xalloc = _HEAP_xalloc@12 @1240 991 HEAP_xrealloc = _HEAP_xrealloc@16 @1241 992 HEAP_malloc = _HEAP_malloc@4 @1242 993 HEAP_realloc = _HEAP_realloc@8 @1243 994 HEAP_free = _HEAP_free@4 @1244 995 HEAP_strdupWtoA = _HEAP_strdupWtoA@12 @1245 996 HEAP_strdupAtoW = _HEAP_strdupAtoW@12 @1246 997 HEAP_strdupA = _HEAP_strdupA@12 @1247 998 HEAP_strdupW = _HEAP_strdupW@12 @1248 999 1000
Note:
See TracChangeset
for help on using the changeset viewer.