Loading...
Searching...
No Matches
Go to the documentation of this file.
8#ifndef __WIN_NT_INCLUDE_H__
9#define __WIN_NT_INCLUDE_H__
17#pragma warning(disable : 4115)
18#pragma warning(disable : 4201)
19#pragma warning(disable : 4028)
20#pragma warning(disable : 4133)
22#define GUID _WINNT_DUP_GUID_____
23#define _LIST_ENTRY _WINNT_DUP_LIST_ENTRY_FORWARD
24#define LIST_ENTRY _WINNT_DUP_LIST_ENTRY
25#define RUNTIME_FUNCTION _WINNT_DUP_RUNTIME_FUNCTION
26#if defined (MDE_CPU_IA32) && (_MSC_VER < 1800)
27#define InterlockedIncrement _WINNT_DUP_InterlockedIncrement
28#define InterlockedDecrement _WINNT_DUP_InterlockedDecrement
29#define InterlockedCompareExchange64 _WINNT_DUP_InterlockedCompareExchange64
39#if defined (MDE_CPU_IA32)
49#undef RUNTIME_FUNCTION
50#undef InterlockedIncrement
51#undef InterlockedDecrement
52#undef InterlockedCompareExchange64
53#undef InterlockedCompareExchangePointer
68#pragma warning(default : 4115)
69#pragma warning(default : 4201)