Changeset 62592 in vbox for trunk/include/iprt/nt
- Timestamp:
- Jul 27, 2016 1:24:48 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109161
- Location:
- trunk/include/iprt/nt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt-and-windows.h
r62474 r62592 39 39 #define IPRT_NT_HAVE_CURRENT_TEB_MACRO 40 40 #define WIN32_NO_STATUS 41 #include < Windows.h>41 #include <iprt/win/windows.h> 42 42 #undef WIN32_NO_STATUS 43 43 -
trunk/include/iprt/nt/nt.h
r62474 r62592 125 125 126 126 127 # pragma warning(push) 128 # pragma warning(disable: 4668) 127 129 # define WIN32_NO_STATUS 128 130 # include <windef.h> … … 131 133 # undef WIN32_NO_STATUS 132 134 # include <ntstatus.h> 135 # pragma warning(pop) 133 136 134 137 … … 179 182 * Use ntifs.h and wdm.h. 180 183 */ 184 # pragma warning(push) 181 185 # ifdef RT_ARCH_X86 182 186 # define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap 183 # pragma warning(disable 187 # pragma warning(disable: 4163) 184 188 # endif 189 # pragma warning(disable: 4668) 185 190 186 191 # include <ntifs.h> … … 188 193 189 194 # ifdef RT_ARCH_X86 190 # pragma warning(default : 4163)191 195 # undef _InterlockedAddLargeStatistic 192 196 # endif 197 # pragma warning(pop) 193 198 194 199 # define IPRT_NT_NEED_API_GROUP_NTIFS
Note:
See TracChangeset
for help on using the changeset viewer.