summaryrefslogtreecommitdiff
path: root/Nt/386/include
diff options
context:
space:
mode:
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)