summaryrefslogtreecommitdiff
path: root/Nt/386/include
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-23 00:30:12 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-23 00:30:12 +0000
commit6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch)
tree314123bcab78ff295f38f85f31dc141e5fe22d15 /Nt/386/include
parent74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff)
20061220
Diffstat (limited to 'Nt/386/include')
-rwxr-xr-xNt/386/include/lib9.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Nt/386/include/lib9.h b/Nt/386/include/lib9.h
index 75dea8cc..4f66302a 100755
--- a/Nt/386/include/lib9.h
+++ b/Nt/386/include/lib9.h
@@ -1,4 +1,5 @@
#define _POSIX_SOURCE
+#define _USE_32BIT_TIME_T
#include <stdlib.h>
#include <stdarg.h>
#include <errno.h>
@@ -34,8 +35,9 @@ typedef struct Proc Proc;
* 4090 different volatile quals
* 4554 operator precedence
* 4146 unary - on unsigned type
+ * 4996 `deprecated' functions: they often suggest non-portable replacements
*/
-#pragma warning( disable : 4305 4244 4102 4761 4018 4245 4244 4068 4090 4554 4146)
+#pragma warning( disable : 4305 4244 4102 4761 4018 4245 4244 4068 4090 4554 4146 4996)
#define nil ((void*)0)