diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index d5f6177f4a2..678d969c04f 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c @@ -49,12 +49,6 @@ getwd (char *dir) return NULL; } -int -getpid () -{ - return _getpid (); -} - static HANDLE getppid_parent; static int getppid_ppid;