Wire Sysio Wire Sysion 1.0.0
|
Go to the source code of this file.
Namespaces | |
namespace | Platform |
Macros | |
#define | THREAD_LOCAL __thread |
#define | DLL_EXPORT |
#define | DLL_IMPORT |
#define | FORCEINLINE inline __attribute__((always_inline)) |
#define | SUPPRESS_UNUSED(variable) |
#define | PACKED_STRUCT(definition) |
#define | PLATFORM_API DLL_IMPORT |
#define DLL_EXPORT |
Definition at line 11 of file Platform.h.
#define DLL_IMPORT |
Definition at line 12 of file Platform.h.
#define FORCEINLINE inline __attribute__((always_inline)) |
Definition at line 13 of file Platform.h.
#define PACKED_STRUCT | ( | definition | ) |
Definition at line 15 of file Platform.h.
#define PLATFORM_API DLL_IMPORT |
Definition at line 18 of file Platform.h.
#define SUPPRESS_UNUSED | ( | variable | ) |
Definition at line 14 of file Platform.h.
#define THREAD_LOCAL __thread |
Definition at line 10 of file Platform.h.