Changeset 7875 for trunk/src/kernel32
- Timestamp:
- Feb 11, 2002, 5:08:15 PM (24 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/dbgwrap.cpp
r7863 r7875 107 107 108 108 DEBUGWRAP4(SetErrorMode); 109 DEBUGWRAP4_NORET(SetLastError);110 DEBUGWRAP0(GetLastError);111 112 113 109 114 110 #undef DBG_LOCALLOG -
trunk/src/kernel32/kernel32dbg.def
r7861 r7875 1 ; $Id: kernel32dbg.def,v 1. 5 2002-02-11 09:43:19sandervl Exp $1 ; $Id: kernel32dbg.def,v 1.6 2002-02-11 16:08:15 sandervl Exp $ 2 2 3 3 ;Basis is Windows95 KERNEL32 … … 459 459 ; GetLSCallbackTemplate = _DbgGetLSCallbackTemplate@?? @338 ;W95 460 460 GetLargestConsoleWindowSize = _DbgGetLargestConsoleWindowSize@4 @339 461 GetLastError = _ DbgGetLastError@0 @340461 GetLastError = _GetLastError@0 @340 462 462 GetLocalTime = _DbgGetLocalTime@4 @341 463 463 GetLocaleInfoA = _DbgGetLocaleInfoA@16 @342 … … 818 818 SetHandleInformation = _DbgSetHandleInformation@12 @653 819 819 ; SetLastConsoleEventActive = _DbgSetLastConsoleEventActive@?? ;NT 820 SetLastError = _ DbgSetLastError@4 @654820 SetLastError = _SetLastError@4 @654 821 821 SetLocalTime = _DbgSetLocalTime@4 @655 822 822 SetLocaleInfoA = _DbgSetLocaleInfoA@12 @656
Note:
See TracChangeset
for help on using the changeset viewer.