update for HEAD-2003021201
[reactos.git] / lib / crtdll / process / procid.c
index 26e92cb..a8616fb 100644 (file)
@@ -1,10 +1,8 @@
 #include <windows.h>
-#include <crtdll/process.h>
+#include <msvcrt/process.h>
 
 int _getpid (void)
 {
-       //fixme GetCurrentProcessId
-        //return (int)GetCurrentProcessId();
-       return 1;
+   return (int)GetCurrentProcessId();
 }