Changeset 21810 for branches/gcc-kmk/src
- Timestamp:
- Nov 15, 2011, 12:25:34 PM (14 years ago)
- Location:
- branches/gcc-kmk/src/kernel32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/kernel32.def
r21796 r21810 1171 1171 1172 1172 ;code memory allocation 1173 codeHeap = _codeHeap@1272 NONAME1173 _codeHeap @1272 NONAME 1174 1174 1175 1175 ;fast file API's … … 1220 1220 OSLibDosDevIOCtl @2026 NONAME 1221 1221 1222 OSLibImSetMsgQueueProperty = _OSLibImSetMsgQueueProperty@2029 NONAME1223 1224 fIsDBCSEnv = _fIsDBCSEnv@2103 NONAME1222 _OSLibImSetMsgQueueProperty @2029 NONAME 1223 1224 _fIsDBCSEnv @2103 NONAME 1225 1225 1226 1226 vsnprintfW @2030 NONAME … … 1242 1242 "_hookInit@4" @2104 NONAME 1243 1243 1244 GetDisplayCodepage = _GetDisplayCodepage@3000 NONAME1245 GetWindowsCodepage = _GetWindowsCodepage@3001 NONAME1244 _GetDisplayCodepage @3000 NONAME 1245 _GetWindowsCodepage @3001 NONAME 1246 1246 1247 1247 ; ODIN debugging functions -
branches/gcc-kmk/src/kernel32/kernel32dbg.def
r21796 r21810 1172 1172 1173 1173 ;code memory allocation 1174 codeHeap = _codeHeap@1272 NONAME1174 _codeHeap @1272 NONAME 1175 1175 1176 1176 ;fast file API's … … 1221 1221 OSLibDosDevIOCtl @2026 NONAME 1222 1222 1223 OSLibImSetMsgQueueProperty = _OSLibImSetMsgQueueProperty@2029 NONAME1224 1225 fIsDBCSEnv = _fIsDBCSEnv@2103 NONAME1226 _hookInit@4 1223 _OSLibImSetMsgQueueProperty @2029 NONAME 1224 1225 _fIsDBCSEnv @2103 NONAME 1226 _hookInit@4 @2104 NONAME 1227 1227 1228 1228 vsnprintfW @2030 NONAME … … 1242 1242 _ODIN_SetTIBSwitch@4 @2102 NONAME 1243 1243 1244 GetDisplayCodepage = _GetDisplayCodepage@3000 NONAME1245 GetWindowsCodepage = _GetWindowsCodepage@3001 NONAME1244 _GetDisplayCodepage @3000 NONAME 1245 _GetWindowsCodepage @3001 NONAME 1246 1246 1247 1247 ; ODIN debugging functions
Note:
See TracChangeset
for help on using the changeset viewer.