summaryrefslogtreecommitdiff
path: root/src/stdint/WINT_MIN.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdint/WINT_MIN.h')
-rw-r--r--src/stdint/WINT_MIN.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdint/WINT_MIN.h b/src/stdint/WINT_MIN.h
new file mode 100644
index 00000000..2b3005bf
--- /dev/null
+++ b/src/stdint/WINT_MIN.h
@@ -0,0 +1,6 @@
+#include <stdint.h>
+#define WINT_MIN (-2147483648)
+
+/*
+STDC(199901)
+*/