image/svg+xml
Brteve's API for EveApps
Version 0.0.1
The reference document for common folder of EveApps project.
 
Loading...
Searching...
No Matches
EVE_IntTypes.h
Go to the documentation of this file.
1
32#ifndef EVE_INT_TYPES__H
33#define EVE_INT_TYPES__H
34
35#if defined(_MSC_VER)
36#ifndef _CRT_SECURE_NO_WARNINGS
37#define _CRT_SECURE_NO_WARNINGS
38#endif
39#endif
40
41#include <stddef.h>
42#include <wchar.h>
43
44#if defined(_MSC_VER) && (_MSC_VER < 1900)
45
46/* Compatibility for legacy MSVC versions */
47#include "EVE_IntTypes_MSVC12.h"
48
49#ifndef inline
50#define inline __inline
51#endif
52
53#else
54
55/* Include C99 headers */
56#include <stdint.h>
57#include <stdbool.h>
58
59#endif
60
61#endif /* #ifndef EVE_INT_TYPES__H */
62
63/* end of file */
Eve_Hal framework APIs.