comparison stdint.h @ 4:8409c3c61e95

Added <wchar.h> include to avoid warnings when it is included after stdint.h.
author ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
date Tue, 12 Dec 2006 21:53:20 +0000
parents 20f89e144621
children 72746e08c7ec
comparison
equal deleted inserted replaced
3:20f89e144621 4:8409c3c61e95
29 #pragma once 29 #pragma once
30 #endif 30 #endif
31 31
32 #include <BaseTsd.h> 32 #include <BaseTsd.h>
33 #include <limits.h> 33 #include <limits.h>
34 #include <wchar.h>
34 35
35 // 7.18.1 Integer types 36 // 7.18.1 Integer types
36 37
37 // 7.18.1.1 Exact-width integer types 38 // 7.18.1.1 Exact-width integer types
38 typedef INT8 int8_t; 39 typedef INT8 int8_t;