summaryrefslogtreecommitdiff
path: root/tests/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common.h')
-rw-r--r--tests/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/common.h b/tests/common.h
index c5ce811..dc3c073 100644
--- a/tests/common.h
+++ b/tests/common.h
@@ -26,11 +26,6 @@
#endif
-#ifdef HAVE_W32CE_SYSTEM
-#define getpid() GetCurrentProcessId ()
-#define getenv(a) (NULL)
-#endif
-
#if HAVE_W32_SYSTEM
#define SOCKET2HANDLE(s) ((void *)(s))
#define HANDLE2SOCKET(h) ((unsigned int)(h))