#include <inttypes.h>
#include <string>
Go to the source code of this file.
Defines | |
#define | LIBGUI_CHAR_MAX_VALUE WCHAR_MAX |
#define | LIBGUI_CHAR_2BYTE_MAX 65535 |
#define | TRUE (1) |
#define | NULL 0 |
Typedefs | |
typedef wchar_t | CHAR |
typedef std::basic_string < CHAR, std::char_traits< CHAR > , std::allocator< CHAR > > | CString |
typedef int8_t | INT8 |
typedef uint8_t | UINT8 |
typedef int16_t | INT16 |
typedef uint16_t | UINT16 |
typedef int32_t | INT32 |
typedef uint32_t | UINT32 |
typedef int64_t | INT64 |
typedef uint64_t | UINT64 |
typedef bool | BOOL |
#define LIBGUI_CHAR_2BYTE_MAX 65535 |
#define LIBGUI_CHAR_MAX_VALUE WCHAR_MAX |
#define NULL 0 |
#define TRUE (1) |
typedef bool BOOL |
typedef wchar_t CHAR |
typedef int16_t INT16 |
typedef int32_t INT32 |
typedef int64_t INT64 |
typedef int8_t INT8 |
typedef uint16_t UINT16 |
typedef uint32_t UINT32 |
typedef uint64_t UINT64 |
typedef uint8_t UINT8 |