summaryrefslogtreecommitdiff
path: root/wince/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'wince/process.h')
-rw-r--r--wince/process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wince/process.h b/wince/process.h
index e4e9a32d1a..2ef72a4ac1 100644
--- a/wince/process.h
+++ b/wince/process.h
@@ -4,11 +4,13 @@
#define _P_WAIT 0
#define _P_NOWAIT 1
+#define _P_OVERLAY 2
#define _P_DETACH 4
#define P_WAIT _P_WAIT
#define P_NOWAIT _P_NOWAIT
#define P_DETACH _P_DETACH
+#define P_OVERLAY _P_OVERLAY
#ifndef _INTPTR_T_DEFINED
typedef int intptr_t;