#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef uint8_t | BYTE |
typedef int16_t | SHORT |
typedef uint16_t | WORD |
typedef uint16_t | WCHAR |
typedef int32_t | INT |
typedef uint32_t | UINT |
typedef int32_t | LONG |
typedef uint32_t | DWORD |
typedef uint8_t BYTE |
typedef uint32_t DWORD |
typedef int32_t INT |
typedef int32_t LONG |
typedef int16_t SHORT |
typedef uint32_t UINT |
typedef uint16_t WCHAR |
typedef uint16_t WORD |