KERNEL32.GetProcessVersion partial implementation.
[reactos.git] / reactos / lib / kernel32 / misc / stubs.c
index 4b2b79a..6b25025 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: stubs.c,v 1.23 2001/01/20 12:19:57 ekohl Exp $
+/* $Id: stubs.c,v 1.24 2001/02/10 22:01:50 ea Exp $
  *
  * KERNEL32.DLL stubs (unimplemented functions)
  * Remove from this file, if you implement them.
@@ -1764,17 +1764,6 @@ GetProcessShutdownParameters (
 }
 
 
-DWORD
-STDCALL
-GetProcessVersion (
-       DWORD   Unknown0
-       )
-{
-       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-       return 0;
-}
-
-
 WINBOOL
 STDCALL
 GetProcessWorkingSetSize (