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 23 of file daeGCCPlatform.h.
#define PLATFORM_FLOAT32 float |
Definition at line 20 of file daeGCCPlatform.h.
#define PLATFORM_FLOAT64 double |
Definition at line 21 of file daeGCCPlatform.h.
#define PLATFORM_INT16 short |
Definition at line 13 of file daeGCCPlatform.h.
#define PLATFORM_INT32 int |
Definition at line 14 of file daeGCCPlatform.h.
#define PLATFORM_INT64 long long |
Definition at line 15 of file daeGCCPlatform.h.
#define PLATFORM_INT8 char |
Definition at line 12 of file daeGCCPlatform.h.
#define PLATFORM_UINT16 unsigned short |
Definition at line 17 of file daeGCCPlatform.h.
#define PLATFORM_UINT32 unsigned int |
Definition at line 18 of file daeGCCPlatform.h.
#define PLATFORM_UINT64 unsigned long long |
Definition at line 19 of file daeGCCPlatform.h.
#define PLATFORM_UINT8 unsigned char |
Definition at line 16 of file daeGCCPlatform.h.