- Timestamp:
- Dec 7, 2011, 9:15:52 PM (14 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/KERNEL32.DEF
r21848 r21863 964 964 lstrncmpA = _lstrncmpA@12 @785 965 965 lstrncmpW = _lstrncmpW@12 @786 966 967 966 GetDiskFreeSpaceExA = _GetDiskFreeSpaceExA@16 @871 968 967 GetDiskFreeSpaceExW = _GetDiskFreeSpaceExW@16 @873 969 970 968 IsProcessorFeaturePresent = _IsProcessorFeaturePresent@4 @880 971 972 969 GetFileAttributesExA = _GetFileAttributesExA@12 @874 973 970 GetFileAttributesExW = _GetFileAttributesExW@12 @875 974 975 971 lstrncmpiA = _lstrncmpiA@12 @887 976 972 lstrncmpiW = _lstrncmpiW@12 @888 977 978 973 lstrlenAtoW = _lstrlenAtoW@8 @890 979 974 lstrlenWtoA = _lstrlenWtoA@8 @891 980 975 lstrtrunc = _lstrtrunc@8 @892 981 982 976 GetLongPathNameA = _GetLongPathNameA@12 @900 983 977 GetLongPathNameW = _GetLongPathNameW@12 @901 984 985 978 ; Windows 2000, Terminal Server 4.0 SP4 functions 986 979 GetSystemWindowsDirectoryA = _GetWindowsDirectoryA@8 @902 987 980 GetSystemWindowsDirectoryW = _GetWindowsDirectoryW@8 @903 988 989 981 ; Windows 2000 (and up) volume functions 990 982 FindFirstVolumeA = _FindFirstVolumeA@8 @904 … … 993 985 FindNextVolumeW = _FindNextVolumeW@12 @907 994 986 FindVolumeClose = _FindVolumeClose@4 @908 995 996 987 FindFirstVolumeMountPointA = _FindFirstVolumeMountPointA@12 @909 997 988 FindFirstVolumeMountPointW = _FindFirstVolumeMountPointW@12 @910 … … 999 990 FindNextVolumeMountPointW = _FindNextVolumeMountPointW@12 @912 1000 991 FindVolumeMountPointClose = _FindVolumeMountPointClose@4 @913 1001 1002 992 GetVolumeNameForVolumeMountPointA = _GetVolumeNameForVolumeMountPointA@12 @914 1003 993 GetVolumeNameForVolumeMountPointW = _GetVolumeNameForVolumeMountPointW@12 @915 1004 1005 994 GetVolumePathNameA = _GetVolumePathNameA@12 @916 1006 995 GetVolumePathNameW = _GetVolumePathNameW@12 @917 … … 1011 1000 ; Internal function marker 1012 1001 ; 1013 1014 1002 ; 1015 1003 ; First free ordinal is 890 1016 1004 ; 1017 1018 1005 1019 1006 ; ---------------------------------------------------------------------------- … … 1071 1058 1072 1059 1073 1074 1060 ; ---------------------------------------------------------------------------- 1075 1061 ; KERNEL32 / WINE support functions that do not exist in the Win32 API 1076 1062 ; (These starts at ordinal 1200, API have ordinal less than 1200.) 1077 1063 ; ---------------------------------------------------------------------------- 1078 1079 1064 DebugErrorBox = DebugErrorBox @1201 NONAME 1080 1065 WriteLog @1202 NONAME … … 1083 1068 DecreaseLogCount @1273 NONAME 1084 1069 IncreaseLogCount @1274 NONAME 1085 1086 1070 ;Used by tibfix page in exe (change ordinal in pe2lx.cpp too!!) 1087 1071 _RegisterPe2LxExe@12 @1203 1088 1072 _RegisterPe2LxDll@12 @1209 1089 1090 1073 _CreateWin32PeLdrExe@36 @1236 1091 1092 1074 _RegisterLxExe@8 @1237 1093 1075 _RegisterLxDll@24 @1238 … … 1095 1077 _RegisterDummyExe@4 @1249 1096 1078 _IsDummyExeLoaded@0 @1250 NONAME 1097 1098 1079 ;VMutex 1099 1080 ;; enter__6VMutexFUlPUl @1204 NONAME … … 1101 1082 __ct__6VMutexFv @1206 NONAME 1102 1083 __dt__6VMutexFv @1207 NONAME 1103 1104 1084 ;version functions 1105 1085 CheckVersionFromHMOD = CheckVersionFromHMOD @1223 NONAME 1106 1086 CheckVersion = CheckVersion @1224 NONAME 1107 1108 1087 Win32QueryModuleName = Win32QueryModuleName @1225 NONAME 1109 1110 1088 GetFS = GetFS @1226 NONAME 1111 1089 SetFS = SetFS @1227 NONAME 1112 1090 SetReturnFS = SetReturnFS @1235 NONAME 1113 1114 1091 RestoreOS2TIB = _RestoreOS2TIB@0 @1228 NONAME 1115 1092 SetWin32TIB = _SetWin32TIB@4 @1229 NONAME 1116 1093 RestoreOS2FS = RestoreOS2FS @1230 NONAME 1117 1118 1094 ;SvL: HandleManager functions 1119 1120 1095 ; HMHandleTranslateToWin__FUlPUl @1234 1121 1122 1096 HMHandleAllocate__FPUlUl @1231 NONAME 1123 1097 HMHandleFree__FUl @1232 NONAME … … 1128 1102 HMHandleGetUserData__FUl @1263 NONAME 1129 1103 HMHandleSetUserData__FUlT1 @1303 NONAME 1130 1131 1104 _GetThreadTEB@0 @1234 NONAME 1132 1105 _GetTEBFromThreadId@4 @1255 NONAME 1133 1106 _GetTEBFromThreadHandle@4 @1256 NONAME 1134 1135 1107 ; HEAP Management (heap.cpp, heapstring.cpp) 1136 1108 HEAP_xalloc = _HEAP_xalloc@12 @1240 NONAME … … 1144 1116 HEAP_strdupA = _HEAP_strdupA@12 @1247 NONAME 1145 1117 HEAP_strdupW = _HEAP_strdupW@12 @1248 NONAME 1146 1147 1118 _VIRTUAL_MapFileA@12 @1251 NONAME 1148 1119 _VIRTUAL_MapFileW@12 @1252 NONAME 1149 1150 1120 OS2SetExceptionHandler @1253 NONAME 1151 1121 OS2UnsetExceptionHandler @1254 NONAME 1152 1153 1122 ; ------------------- 1154 1123 ; Odin ini management 1155 1124 ; ------------------- 1156 1157 1125 _PROFILE_GetOdinIniString@20 @1264 NONAME 1158 1126 _PROFILE_SetOdinIniString@12 @1265 NONAME … … 1162 1130 _PROFILE_SetOdinIniBool@12 @1269 NONAME 1163 1131 _PROFILE_SaveOdinIni@0 @1270 NONAME 1164 1165 1132 ;shared memory allocation 1166 1133 _smalloc @1271 NONAME … … 1171 1138 _debug_smallocfill @1279 NONAME 1172 1139 _debug_sfree @1280 NONAME 1173 1174 1140 ;code memory allocation 1175 1141 codeHeap @1272 NONAME 1176 1177 1142 ;fast file API's 1178 1143 FindFirstFileMultiA = _FindFirstFileMultiA@12 @1290 NONAME 1179 1144 FindNextFileMultiA = _FindNextFileMultiA@12 @1291 NONAME 1180 1181 1145 _GetProcModuleFileNameA@12 @1295 NONAME 1182 1183 1146 ;Build number 1184 1147 _Odin32GetBuildNumber@0 @1293 NONAME 1185 1186 1148 _WaitForInputIdle@8 @1301 NONAME 1187 1188 1149 InitializeKernel32 @1302 NONAME 1189 1190 1150 IsExeStarted__Fv @2001 NONAME 1191 1151 CheckCurFS @2002 NONAME … … 1193 1153 _GetCPUFeatures @2004 NONAME 1194 1154 CPUFeatures @2005 NONAME 1195 1196 1155 _wctype_table @2006 NONAME 1197 1156 _casemap_upper @2007 NONAME 1198 1157 _casemap_lower @2008 NONAME 1199 1200 1158 ; @@PF this exports were cut-out as a result of migration to new unicode 1201 1159 ; header 29.07.2002 and replaced by 3 new entries … … 1203 1161 ; _tolowerW@4 @2007 NONAME 1204 1162 ; get_char_typeW @2008 NONAME 1205 1206 1163 _GetProcessTIBSel@0 @2012 NONAME 1207 1208 1164 _SetRegistryRootKey@8 @2013 NONAME 1209 1165 _SetCustomBuildName@8 @2014 NONAME 1210 1166 _RegisterCustomDriver@36 @2015 NONAME 1211 1212 1167 strcmpiW @2020 NONAME 1213 1168 strstrW @2021 NONAME … … 1215 1170 strtolW @2027 NONAME 1216 1171 strtoulW @2028 NONAME 1217 1218 1172 cp_wcstombs @2023 NONAME 1219 1173 cp_mbstowcs @2024 NONAME 1220 1174 cp_get_table @2025 NONAME 1221 1222 1175 OSLibDosDevIOCtl @2026 NONAME 1223 1224 1176 OSLibImSetMsgQueueProperty @2029 NONAME 1225 1226 1177 fIsDBCSEnv @2103 NONAME 1227 1228 1178 vsnprintfW @2030 NONAME 1229 1179 snprintfW @2031 NONAME 1230 1180 sprintfW @2032 NONAME 1231 1232 1181 __argcA @2033 NONAME 1233 1182 __argvA @2034 NONAME … … 1238 1187 ; override export 1239 1188 _ODIN_SetProcAddress@12 @2101 NONAME 1240 1241 1189 ; override TIB switching 1242 1190 _ODIN_SetTIBSwitch@4 @2102 NONAME 1243 1244 1191 _hookInit@4 @2104 NONAME 1245 1246 1192 GetDisplayCodepage @3000 NONAME 1247 1193 GetWindowsCodepage @3001 NONAME 1248 1249 1194 ; ODIN debugging functions 1250 1195 _dbg_GetThreadCallDepth@0 @3100 NONAME … … 1257 1202 _dbg_ThreadPushCall@4 @3107 NONAME 1258 1203 _dbg_ThreadPopCall@0 @3108 NONAME 1259 1260 1204 _ODIN_QueryLoaders@24 @3109 NONAME 1261 1205 _ODIN_IsWin32App@4 @3110 NONAME 1262 1263 1206 _OSLibWinCreateObject@32 @3111 NONAME 1264 1265 1207 _MMAP_RegisterMemoryRange@16 @3112 NONAME 1266 1208 _MMAP_UnregisterMemoryRange@4 @3113 NONAME 1267 1268 1209 _ODIN_SetExceptionHandler@4 @3114 NONAME 1269 1210 _ODIN_UnsetExceptionHandler@4 @3115 NONAME 1270 1271 1211 _PSAPI_EnumProcessModules@16 @3116 NONAME 1272 1212 _PSAPI_GetModuleInformation@16 @3117 NONAME 1273 1274 1213 _ODIN_SetProcessDword@12 @3118 NONAME 1275 1276 1214 ; required for Mozilla plugin 1277 1278 1215 _ODIN_ThreadEnterOdinContext@8 = _ODIN_ThreadEnterOdinContext@8 @3119 1279 1216 _ODIN_ThreadLeaveOdinContext@8 = _ODIN_ThreadLeaveOdinContext@8 @3120 1280 1217 _ODIN_ThreadLeaveOdinContextNested@8 = _ODIN_ThreadLeaveOdinContextNested@8 @3121 1281 1218 _ODIN_ThreadEnterOdinContextNested@12 = _ODIN_ThreadEnterOdinContextNested@12 @3122 1282 1283 1219 ; Char functions (forwarders from user32) 1284 1220 _CharLowerA@4 @3127 NONAME … … 1314 1250 _IsCharUpperA@4 @3159 NONAME 1315 1251 _IsCharUpperW@4 @3160 NONAME 1316 1317 1252 SetFilePointerEx = _SetFilePointerEx@20 @3161 1318 1253 SetWaitableTimer = _SetWaitableTimer@24 @3162 1254 GetUserDefaultUILanguage = "_GetUserDefaultUILanguage@0" @3163 1255 ; NTDLL forwarder 1256 VerSetConditionMask = "_VerSetConditionMask@16" @3164 1257 VerifyVersionInfoW = "_VerifyVersionInfoW@16" @3165 1319 1258 1320 1259 ; RAS functions … … 1348 1287 RasCountObjects = _RasCountObjects@12 @3527 1349 1288 RasGetTrackHandle = _RasGetTrackHandle@4 @3528 1350 1351 1289 DecodePointer = _DecodePointer@4 @3529 NONAME 1352 1290 EncodePointer = _EncodePointer@4 @3530 NONAME … … 1355 1293 ___seh_handler @3600 NONAME 1356 1294 _EnableSEH@0 @3601 NONAME 1357 ; NTDLL forwarder 1358 VerSetConditionMask = "_VerSetConditionMask@16" @3602 1359 VerifyVersionInfoW = "_VerifyVersionInfoW@16" @3603 1360 GetUserDefaultUILanguage = _GetUserDefaultUILanguage@0 @3604 1295 1361 1296 -
trunk/src/kernel32/kernel32dbg.def
r21567 r21863 965 965 lstrncmpA = _DbglstrncmpA@12 @785 966 966 lstrncmpW = _DbglstrncmpW@12 @786 967 968 967 GetDiskFreeSpaceExA = _DbgGetDiskFreeSpaceExA@16 @871 969 968 GetDiskFreeSpaceExW = _DbgGetDiskFreeSpaceExW@16 @873 970 971 969 IsProcessorFeaturePresent = _DbgIsProcessorFeaturePresent@4 @880 972 973 970 GetFileAttributesExA = _DbgGetFileAttributesExA@12 @874 974 971 GetFileAttributesExW = _DbgGetFileAttributesExW@12 @875 975 976 972 lstrncmpiA = _DbglstrncmpiA@12 @887 977 973 lstrncmpiW = _DbglstrncmpiW@12 @888 978 979 974 lstrlenAtoW = _DbglstrlenAtoW@8 @890 980 975 lstrlenWtoA = _DbglstrlenWtoA@8 @891 981 976 lstrtrunc = _Dbglstrtrunc@8 @892 982 983 977 GetLongPathNameA = _DbgGetLongPathNameA@12 @900 984 978 GetLongPathNameW = _DbgGetLongPathNameW@12 @901 985 986 979 ; Windows 2000, Terminal Server 4.0 SP4 functions 987 980 GetSystemWindowsDirectoryA = _DbgGetWindowsDirectoryA@8 @902 988 981 GetSystemWindowsDirectoryW = _DbgGetWindowsDirectoryW@8 @903 989 990 982 ; Windows 2000 (and up) volume functions 991 983 FindFirstVolumeA = _DbgFindFirstVolumeA@8 @904 … … 994 986 FindNextVolumeW = _DbgFindNextVolumeW@12 @907 995 987 FindVolumeClose = _DbgFindVolumeClose@4 @908 996 997 988 FindFirstVolumeMountPointA = _DbgFindFirstVolumeMountPointA@12 @909 998 989 FindFirstVolumeMountPointW = _DbgFindFirstVolumeMountPointW@12 @910 … … 1000 991 FindNextVolumeMountPointW = _DbgFindNextVolumeMountPointW@12 @912 1001 992 FindVolumeMountPointClose = _DbgFindVolumeMountPointClose@4 @913 1002 1003 993 GetVolumeNameForVolumeMountPointA = _DbgGetVolumeNameForVolumeMountPointA@12 @914 1004 994 GetVolumeNameForVolumeMountPointW = _DbgGetVolumeNameForVolumeMountPointW@12 @915 1005 1006 995 GetVolumePathNameA = _DbgGetVolumePathNameA@12 @916 1007 996 GetVolumePathNameW = _DbgGetVolumePathNameW@12 @917 … … 1012 1001 ; Internal function marker 1013 1002 ; 1014 1015 1003 ; 1016 1004 ; First free ordinal is 890 1017 1005 ; 1018 1019 1006 1020 1007 ; ---------------------------------------------------------------------------- … … 1072 1059 1073 1060 1074 1075 1061 ; ---------------------------------------------------------------------------- 1076 1062 ; KERNEL32 / WINE support functions that do not exist in the Win32 API 1077 1063 ; (These starts at ordinal 1200, API have ordinal less than 1200.) 1078 1064 ; ---------------------------------------------------------------------------- 1079 1080 1065 DebugErrorBox = DebugErrorBox @1201 NONAME 1081 1066 WriteLog @1202 NONAME … … 1084 1069 DecreaseLogCount @1273 NONAME 1085 1070 IncreaseLogCount @1274 NONAME 1086 1087 1071 ;Used by tibfix page in exe (change ordinal in pe2lx.cpp too!!) 1088 1072 _RegisterPe2LxExe@12 @1203 1089 1073 _RegisterPe2LxDll@12 @1209 1090 1091 1074 _CreateWin32PeLdrExe@36 @1236 1092 1093 1075 _RegisterLxExe@8 @1237 1094 1076 _RegisterLxDll@24 @1238 … … 1096 1078 _RegisterDummyExe@4 @1249 1097 1079 _IsDummyExeLoaded@0 @1250 NONAME 1098 1099 1080 ;VMutex 1100 1081 ;; enter__6VMutexFUlPUl @1204 NONAME … … 1102 1083 __ct__6VMutexFv @1206 NONAME 1103 1084 __dt__6VMutexFv @1207 NONAME 1104 1105 1085 ;version functions 1106 1086 CheckVersionFromHMOD = CheckVersionFromHMOD @1223 NONAME 1107 1087 CheckVersion = CheckVersion @1224 NONAME 1108 1109 1088 Win32QueryModuleName = Win32QueryModuleName @1225 NONAME 1110 1111 1089 GetFS = GetFS @1226 NONAME 1112 1090 SetFS = SetFS @1227 NONAME 1113 1091 SetReturnFS = SetReturnFS @1235 NONAME 1114 1115 1092 RestoreOS2TIB = _RestoreOS2TIB@0 @1228 NONAME 1116 1093 SetWin32TIB = _SetWin32TIB@4 @1229 NONAME 1117 1094 RestoreOS2FS = RestoreOS2FS @1230 NONAME 1118 1119 1095 ;SvL: HandleManager functions 1120 1121 1096 ; HMHandleTranslateToWin__FUlPUl @1234 1122 1123 1097 HMHandleAllocate__FPUlUl @1231 NONAME 1124 1098 HMHandleFree__FUl @1232 NONAME … … 1129 1103 HMHandleGetUserData__FUl @1263 NONAME 1130 1104 HMHandleSetUserData__FUlT1 @1303 NONAME 1131 1132 1105 _GetThreadTEB@0 @1234 NONAME 1133 1106 _GetTEBFromThreadId@4 @1255 NONAME 1134 1107 _GetTEBFromThreadHandle@4 @1256 NONAME 1135 1136 1108 ; HEAP Management (heap.cpp, heapstring.cpp) 1137 1109 HEAP_xalloc = _DbgHEAP_xalloc@12 @1240 NONAME … … 1145 1117 HEAP_strdupA = _DbgHEAP_strdupA@12 @1247 NONAME 1146 1118 HEAP_strdupW = _DbgHEAP_strdupW@12 @1248 NONAME 1147 1148 1119 _VIRTUAL_MapFileA@12 @1251 NONAME 1149 1120 _VIRTUAL_MapFileW@12 @1252 NONAME 1150 1151 1121 OS2SetExceptionHandler @1253 NONAME 1152 1122 OS2UnsetExceptionHandler @1254 NONAME 1153 1154 1123 ; ------------------- 1155 1124 ; Odin ini management 1156 1125 ; ------------------- 1157 1158 1126 _PROFILE_GetOdinIniString@20 @1264 NONAME 1159 1127 _PROFILE_SetOdinIniString@12 @1265 NONAME … … 1163 1131 _PROFILE_SetOdinIniBool@12 @1269 NONAME 1164 1132 _PROFILE_SaveOdinIni@0 @1270 NONAME 1165 1166 1133 ;shared memory allocation 1167 1134 _smalloc @1271 NONAME … … 1172 1139 _debug_smallocfill @1279 NONAME 1173 1140 _debug_sfree @1280 NONAME 1174 1175 1141 ;code memory allocation 1176 1142 codeHeap @1272 NONAME 1177 1178 1143 ;fast file API's 1179 1144 FindFirstFileMultiA = _FindFirstFileMultiA@12 @1290 NONAME 1180 1145 FindNextFileMultiA = _FindNextFileMultiA@12 @1291 NONAME 1181 1182 1146 _GetProcModuleFileNameA@12 @1295 NONAME 1183 1184 1147 ;Build number 1185 1148 _Odin32GetBuildNumber@0 @1293 NONAME 1186 1187 1149 _WaitForInputIdle@8 @1301 NONAME 1188 1189 1150 InitializeKernel32 @1302 NONAME 1190 1191 1151 IsExeStarted__Fv @2001 NONAME 1192 1152 CheckCurFS @2002 NONAME … … 1194 1154 _GetCPUFeatures @2004 NONAME 1195 1155 CPUFeatures @2005 NONAME 1196 1197 1156 _wctype_table @2006 NONAME 1198 1157 _casemap_upper @2007 NONAME 1199 1158 _casemap_lower @2008 NONAME 1200 1201 1159 ; @@PF this exports were cut-out as a result of migration to new unicode 1202 1160 ; header 29.07.2002 and replaced by 3 new entries … … 1204 1162 ; _tolowerW@4 @2007 NONAME 1205 1163 ; get_char_typeW @2008 NONAME 1206 1207 1164 _GetProcessTIBSel@0 @2012 NONAME 1208 1209 1165 _SetRegistryRootKey@8 @2013 NONAME 1210 1166 _SetCustomBuildName@8 @2014 NONAME 1211 1167 _RegisterCustomDriver@36 @2015 NONAME 1212 1213 1168 strcmpiW @2020 NONAME 1214 1169 strstrW @2021 NONAME … … 1216 1171 strtolW @2027 NONAME 1217 1172 strtoulW @2028 NONAME 1218 1219 1173 cp_wcstombs @2023 NONAME 1220 1174 cp_mbstowcs @2024 NONAME 1221 1175 cp_get_table @2025 NONAME 1222 1223 1176 OSLibDosDevIOCtl @2026 NONAME 1224 1225 1177 OSLibImSetMsgQueueProperty @2029 NONAME 1226 1227 1178 fIsDBCSEnv @2103 NONAME 1228 1179 _hookInit@4 @2104 NONAME 1229 1230 1180 vsnprintfW @2030 NONAME 1231 1181 snprintfW @2031 NONAME 1232 1182 sprintfW @2032 NONAME 1233 1234 1183 __argcA @2033 NONAME 1235 1184 __argvA @2034 NONAME 1236 1185 _CommandLineToArgvW@8 @2035 NONAME 1237 1238 1186 ; custom dll hook installer 1239 1187 _ODIN_SetDllLoadCallback@4 @2100 NONAME 1240 1188 ; override export 1241 1189 _ODIN_SetProcAddress@12 @2101 NONAME 1242 1243 1190 ; override TIB switching 1244 1191 _ODIN_SetTIBSwitch@4 @2102 NONAME 1245 1246 1192 GetDisplayCodepage @3000 NONAME 1247 1193 GetWindowsCodepage @3001 NONAME 1248 1249 1194 ; ODIN debugging functions 1250 1195 _dbg_GetThreadCallDepth@0 @3100 NONAME … … 1257 1202 _dbg_ThreadPushCall@4 @3107 NONAME 1258 1203 _dbg_ThreadPopCall@0 @3108 NONAME 1259 1260 1204 _ODIN_QueryLoaders@24 @3109 NONAME 1261 1205 _ODIN_IsWin32App@4 @3110 NONAME 1262 1263 1206 _OSLibWinCreateObject@32 @3111 NONAME 1264 1265 1207 _MMAP_RegisterMemoryRange@16 @3112 NONAME 1266 1208 _MMAP_UnregisterMemoryRange@4 @3113 NONAME 1267 1268 1209 _ODIN_SetExceptionHandler@4 @3114 NONAME 1269 1210 _ODIN_UnsetExceptionHandler@4 @3115 NONAME 1270 1271 1211 _PSAPI_EnumProcessModules@16 @3116 NONAME 1272 1212 _PSAPI_GetModuleInformation@16 @3117 NONAME 1273 1274 1213 _ODIN_SetProcessDword@12 @3118 NONAME 1275 1276 1214 ; required for Mozilla plugin 1277 1278 1215 _ODIN_ThreadEnterOdinContext@8 = _ODIN_ThreadEnterOdinContext@8 @3119 1279 1216 _ODIN_ThreadLeaveOdinContext@8 = _ODIN_ThreadLeaveOdinContext@8 @3120 1280 1217 _ODIN_ThreadLeaveOdinContextNested@8 = _ODIN_ThreadLeaveOdinContextNested@8 @3121 1281 1218 _ODIN_ThreadEnterOdinContextNested@12 = _ODIN_ThreadEnterOdinContextNested@12 @3122 1282 1283 1219 ; Char functions (forwarders from user32) 1284 1220 _DbgCharLowerA@4 @3127 NONAME … … 1315 1251 _DbgIsCharUpperW@4 @3160 NONAME 1316 1252 SetFilePointerEx = _SetFilePointerEx@20 @3161 1317 SetWaitableTimer = _SetWaitableTimer@24 @3162 1318 1253 SetWaitableTimer = _SetWaitableTimer@24 @3162 1254 GetUserDefaultUILanguage = "_GetUserDefaultUILanguage@0" @3163 1255 ; NTDLL forwarder 1256 VerSetConditionMask = "_VerSetConditionMask@16" @3164 1257 VerifyVersionInfoW = "_VerifyVersionInfoW@16" @3165 1258 1319 1259 ; RAS functions 1320 1260 RasRegisterObjectTracking = _RasRegisterObjectTracking@24 @3500 … … 1347 1287 RasCountObjects = _RasCountObjects@12 @3527 1348 1288 RasGetTrackHandle = _RasGetTrackHandle@4 @3528 1349 1350 1289 DecodePointer = _DecodePointer@4 @3529 NONAME 1351 1290 EncodePointer = _EncodePointer@4 @3530 NONAME
Note:
See TracChangeset
for help on using the changeset viewer.