Go to the source code of this file.
Defines | |
#define | DLLSPEC |
#define | PLATFORM_FLOAT32 float |
#define | PLATFORM_FLOAT64 double |
#define | PLATFORM_INT16 __int16 |
#define | PLATFORM_INT32 __int32 |
#define | PLATFORM_INT64 __int64 |
#define | PLATFORM_INT8 __int8 |
#define | PLATFORM_UINT16 unsigned __int16 |
#define | PLATFORM_UINT32 unsigned __int32 |
#define | PLATFORM_UINT64 unsigned __int64 |
#define | PLATFORM_UINT8 unsigned __int8 |
Typedefs | |
typedef int | intptr_t |
#define DLLSPEC |
Definition at line 36 of file daeWin32Platform.h.
#define PLATFORM_FLOAT32 float |
Definition at line 20 of file daeWin32Platform.h.
#define PLATFORM_FLOAT64 double |
Definition at line 21 of file daeWin32Platform.h.
#define PLATFORM_INT16 __int16 |
Definition at line 13 of file daeWin32Platform.h.
#define PLATFORM_INT32 __int32 |
Definition at line 14 of file daeWin32Platform.h.
#define PLATFORM_INT64 __int64 |
Definition at line 15 of file daeWin32Platform.h.
#define PLATFORM_INT8 __int8 |
Definition at line 12 of file daeWin32Platform.h.
#define PLATFORM_UINT16 unsigned __int16 |
Definition at line 17 of file daeWin32Platform.h.
#define PLATFORM_UINT32 unsigned __int32 |
Definition at line 18 of file daeWin32Platform.h.
#define PLATFORM_UINT64 unsigned __int64 |
Definition at line 19 of file daeWin32Platform.h.
#define PLATFORM_UINT8 unsigned __int8 |
Definition at line 16 of file daeWin32Platform.h.
typedef int intptr_t |
Definition at line 24 of file daeWin32Platform.h.