Commit 1effac67c9e5ef520addd4c9a79e895132eea41c
- Diff rendering mode:
- inline
- side by side
stlport/stdint.h
(0 / 9)
|   | |||
| 16 | 16 | # define _STLP_DONT_POP_HEADER_ID | |
| 17 | 17 | #endif | |
| 18 | 18 | ||
| 19 | /* For 8.22.1/1 (see C99, Notes 219, 220, 222) */ | ||
| 20 | #ifndef __STDC_LIMIT_MACROS | ||
| 21 | # define __STDC_LIMIT_MACROS | ||
| 22 | #endif | ||
| 23 | |||
| 24 | #ifndef __STDC_CONSTANT_MACROS | ||
| 25 | # define __STDC_CONSTANT_MACROS | ||
| 26 | #endif | ||
| 27 | |||
| 28 | 19 | #ifdef _MSC_VER | |
| 29 | 20 | # include "stl/msc_stdint.h" | |
| 30 | 21 | #else /* _MSC_VER */ |

