#include <limits.h>
Go to the source code of this file.
Defines | |
#define | DLLSPEC |
#define | PLATFORM_FLOAT32 float |
#define | PLATFORM_FLOAT64 double |
#define | PLATFORM_INT16 short |
#define | PLATFORM_INT32 int |
#define | PLATFORM_INT64 long long |
#define | PLATFORM_INT8 char |
#define | PLATFORM_UINT16 unsigned short |
#define | PLATFORM_UINT32 unsigned int |
#define | PLATFORM_UINT64 unsigned long long |
#define | PLATFORM_UINT8 unsigned char |
#define DLLSPEC |
Definition at line 31 of file daePlatform.h.
#define PLATFORM_FLOAT32 float |
Definition at line 28 of file daePlatform.h.
#define PLATFORM_FLOAT64 double |
Definition at line 29 of file daePlatform.h.
#define PLATFORM_INT16 short |
Definition at line 21 of file daePlatform.h.
#define PLATFORM_INT32 int |
Definition at line 22 of file daePlatform.h.
#define PLATFORM_INT64 long long |
Definition at line 23 of file daePlatform.h.
#define PLATFORM_INT8 char |
Definition at line 20 of file daePlatform.h.
#define PLATFORM_UINT16 unsigned short |
Definition at line 25 of file daePlatform.h.
#define PLATFORM_UINT32 unsigned int |
Definition at line 26 of file daePlatform.h.
#define PLATFORM_UINT64 unsigned long long |
Definition at line 27 of file daePlatform.h.
#define PLATFORM_UINT8 unsigned char |
Definition at line 24 of file daePlatform.h.