AYON Cpp Api  0.1.0
Loading...
Searching...
No Matches
AyonCppApiCrossPlatformMacros.h
Go to the documentation of this file.
1#ifndef AYONCPPAPICROSSPLATFORMMACROS_H
2#define AYONCPPAPICROSSPLATFORMMACROS_H
3
4#ifdef _WIN32
5 #include <stdint.h>
6 #define u_int8_t uint8_t
7 #define u_int16_t uint16_t
8 #define u_int32_t uint32_t
9 #define u_int64_t uint64_t
10#endif
11
12#endif // !AYONCPPAPICROSSPLATFORMMACROS_H