aboutsummaryrefslogtreecommitdiffstats
path: root/common/common-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/common-defs.h')
-rw-r--r--common/common-defs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/common-defs.h b/common/common-defs.h
index cad5405d0..ff3c65e21 100644
--- a/common/common-defs.h
+++ b/common/common-defs.h
@@ -36,10 +36,6 @@
#define getenv(a) (NULL)
#endif
-#ifdef HAVE_W32CE_SYSTEM
-#define getpid() GetCurrentProcessId ()
-#endif
-
/*-- ttyio.c --*/
void tty_private_set_rl_hooks (void (*init_stream) (FILE *),