Export SetLastErrorByStatus()
authorPhillip Susi <phreak@iag.net>
Fri, 5 Jan 2001 05:39:18 +0000 (05:39 +0000)
committerPhillip Susi <phreak@iag.net>
Fri, 5 Jan 2001 05:39:18 +0000 (05:39 +0000)
svn path=/trunk/; revision=1492

reactos/lib/kernel32/kernel32.def
reactos/lib/kernel32/kernel32.edf

index 618ac7c..3afdf4e 100644 (file)
@@ -555,6 +555,7 @@ SetHandleCount@4
 SetHandleInformation@12
 SetLastConsoleEventActive@0
 SetLastError@4
+SetLastErrorByStatus@4
 SetLocalTime@4
 SetLocaleInfoA@12
 SetLocaleInfoW@12
index 66cee16..2aa0e21 100644 (file)
@@ -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
 ;
@@ -560,6 +560,7 @@ SetHandleCount=SetHandleCount@4
 SetHandleInformation=SetHandleInformation@12
 SetLastConsoleEventActive=SetLastConsoleEventActive@0
 SetLastError=SetLastError@4
+SetLastErrorByStatus=SetLastErrorByStatus@4
 SetLocalTime=SetLocalTime@4
 SetLocaleInfoA=SetLocaleInfoA@12
 SetLocaleInfoW=SetLocaleInfoW@12