Exported symbol list updated to 5.1-SP2
[reactos.git] / reactos / lib / advapi32 / misc / sysfunc.c
index bb2cb09..b2e6742 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: sysfunc.c,v 1.9 2004/12/11 00:21:33 weiden Exp $
+/* $Id$
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS system libraries
@@ -452,4 +452,16 @@ SystemFunction035(INT a, INT b)
        return 35;
 }
 
+/**********************************************************************
+ *
+ * @unimplemented
+ */
+INT
+STDCALL
+SystemFunction036(INT a, INT b)
+{
+       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
+       return 36;
+}
+
 /* EOF */