mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
Export SetLastErrorByStatus()
svn path=/trunk/; revision=1492
This commit is contained in:
parent
58f7f41275
commit
83463a35cc
2 changed files with 3 additions and 1 deletions
|
@ -555,6 +555,7 @@ SetHandleCount@4
|
||||||
SetHandleInformation@12
|
SetHandleInformation@12
|
||||||
SetLastConsoleEventActive@0
|
SetLastConsoleEventActive@0
|
||||||
SetLastError@4
|
SetLastError@4
|
||||||
|
SetLastErrorByStatus@4
|
||||||
SetLocalTime@4
|
SetLocalTime@4
|
||||||
SetLocaleInfoA@12
|
SetLocaleInfoA@12
|
||||||
SetLocaleInfoW@12
|
SetLocaleInfoW@12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; $Id: kernel32.edf,v 1.8 2000/08/14 14:33:23 ea Exp $
|
; $Id: kernel32.edf,v 1.9 2001/01/05 05:39:18 phreak Exp $
|
||||||
;
|
;
|
||||||
; kernel32.edf
|
; kernel32.edf
|
||||||
;
|
;
|
||||||
|
@ -560,6 +560,7 @@ SetHandleCount=SetHandleCount@4
|
||||||
SetHandleInformation=SetHandleInformation@12
|
SetHandleInformation=SetHandleInformation@12
|
||||||
SetLastConsoleEventActive=SetLastConsoleEventActive@0
|
SetLastConsoleEventActive=SetLastConsoleEventActive@0
|
||||||
SetLastError=SetLastError@4
|
SetLastError=SetLastError@4
|
||||||
|
SetLastErrorByStatus=SetLastErrorByStatus@4
|
||||||
SetLocalTime=SetLocalTime@4
|
SetLocalTime=SetLocalTime@4
|
||||||
SetLocaleInfoA=SetLocaleInfoA@12
|
SetLocaleInfoA=SetLocaleInfoA@12
|
||||||
SetLocaleInfoW=SetLocaleInfoW@12
|
SetLocaleInfoW=SetLocaleInfoW@12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue