summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/win95nt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/win95nt.h b/main/win95nt.h
index 46dded81b2..0e5413ab6f 100644
--- a/main/win95nt.h
+++ b/main/win95nt.h
@@ -24,7 +24,7 @@ typedef char * caddr_t;
#define chdir(path) SetCurrentDirectory(path)
#define mkdir(a,b) _mkdir(a)
#define rmdir(a) _rmdir(a)
-#define getpid() _getpid()
+#define getpid _getpid
#define php_sleep(t) Sleep(t*1000)
#define getcwd(a, b) _getcwd(a, b)
#define snprintf _snprintf