Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
WIN32_Platform.h File Reference
#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)
 

Macro Definition Documentation

◆ __DATAFLOW_ASM

#define __DATAFLOW_ASM (   x)

Definition at line 96 of file WIN32_Platform.h.

◆ __DATAFLOW_CLZ

#define __DATAFLOW_CLZ (   x)    ::imt::base::core::platform::countLeadingZeros(x)

Definition at line 99 of file WIN32_Platform.h.

◆ __DATAFLOW_ROOT

#define __DATAFLOW_ROOT

Definition at line 97 of file WIN32_Platform.h.

◆ __STDC_LIMIT_MACROS

#define __STDC_LIMIT_MACROS

Definition at line 59 of file WIN32_Platform.h.

◆ _AFXDLL

#define _AFXDLL

Definition at line 51 of file WIN32_Platform.h.

◆ _WIN32_WINNT

#define _WIN32_WINNT   0x0600

Definition at line 69 of file WIN32_Platform.h.

◆ ENABLE_EXCEPTION

#define ENABLE_EXCEPTION

Definition at line 64 of file WIN32_Platform.h.

◆ NOMINMAX

#define NOMINMAX

Definition at line 55 of file WIN32_Platform.h.