Usermode/AxWin3 - Added delete support to text input
[tpg/acess2.git] / Usermode / include / stdint.h
index 477f8eb..d0f949e 100644 (file)
@@ -3,6 +3,9 @@
 #ifndef _STDINT_H_
 #define _STDINT_H_
 
+#define INT_MIN        -0x80000000
+#define INT_MAX        0x7FFFFFFF
+
 typedef unsigned char  uint8_t;
 typedef unsigned short uint16_t;
 typedef unsigned int   uint32_t;

UCC git Repository :: git.ucc.asn.au