![]() |
Imt.Base C++ API V4.1.1.0
|
#include <Imt.Base.Core.Platform/PlatformWIN32/stdint.h>
#include "stdbool.h"
#include <climits>
#include <cstddef>
#include <cstdio>
#include <cstring>
#include <Imt.Base.Core.Platform/CountLeadingZeros.h>
Go to the source code of this file.
Macros | |
#define | _AFXDLL |
#define | NOMINMAX |
#define | __STDC_LIMIT_MACROS |
#define | ENABLE_EXCEPTION |
#define | _WIN32_WINNT 0x0600 |
#define | __DATAFLOW_ASM(x) |
#define | __DATAFLOW_ROOT |
#define | __DATAFLOW_CLZ(x) ::imt::base::core::platform::countLeadingZeros(x) |
#define __DATAFLOW_ASM | ( | x | ) |
Definition at line 96 of file WIN32_Platform.h.
#define __DATAFLOW_CLZ | ( | x | ) | ::imt::base::core::platform::countLeadingZeros(x) |
Definition at line 99 of file WIN32_Platform.h.
#define __DATAFLOW_ROOT |
Definition at line 97 of file WIN32_Platform.h.
#define __STDC_LIMIT_MACROS |
Definition at line 59 of file WIN32_Platform.h.
#define _AFXDLL |
Definition at line 51 of file WIN32_Platform.h.
#define _WIN32_WINNT 0x0600 |
Definition at line 69 of file WIN32_Platform.h.
#define ENABLE_EXCEPTION |
Definition at line 64 of file WIN32_Platform.h.
#define NOMINMAX |
Definition at line 55 of file WIN32_Platform.h.