diff options
Diffstat (limited to 'pc/include')
-rw-r--r-- | pc/include/process.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pc/include/process.h b/pc/include/process.h new file mode 100644 index 00000000..f511d5f7 --- /dev/null +++ b/pc/include/process.h @@ -0,0 +1,3 @@ +#undef __STDC__
+#include <process.h>
+#define __STDC__ 1
|