#include "KeosConfig.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Defines | |
| #define | KEOS_PLATFORM_WIN32 1 |
| #define | KEOS_COMPILER_MSVC 1 |
| #define | KEOS_COMPILER_GNUC 2 |
| #define | MSVC_VER_6 1200 |
| #define | MSVC_VER_7 1300 |
| #define | KEOS_QUOTE_INPLACE(x) # x |
| #define | KEOS_QUOTE(x) KEOS_QUOTE_INPLACE(x) |
| #define | KEOS_WARN(x) message( __FILE__ "(" QUOTE( __LINE__ ) ") : " x "\n" ) |
| #define KEOS_COMPILER_GNUC 2 |
Definition at line 35 of file KeosPlatform.h.
| #define KEOS_COMPILER_MSVC 1 |
Definition at line 34 of file KeosPlatform.h.
| #define KEOS_PLATFORM_WIN32 1 |
Definition at line 32 of file KeosPlatform.h.
Definition at line 67 of file KeosPlatform.h.
Definition at line 66 of file KeosPlatform.h.
Definition at line 68 of file KeosPlatform.h.
| #define MSVC_VER_6 1200 |
Definition at line 52 of file KeosPlatform.h.
| #define MSVC_VER_7 1300 |
Definition at line 53 of file KeosPlatform.h.
1.5.1-p1