The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xrt: Adjust includes for intrinsics on Windows/msvc

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
3691d881 14f37dbe

+1 -8
+1 -8
src/xrt/include/xrt/xrt_compiler.h
··· 18 18 #include <stdbool.h> 19 19 20 20 #ifdef _MSC_VER 21 - #ifndef WIN32_LEAN_AND_MEAN 22 - #define WIN32_LEAN_AND_MEAN 23 - #endif // !WIN32_LEAN_AND_MEAN 24 - #ifndef NOMINMAX 25 - #define NOMINMAX 26 - #endif // !NOMINMAX 27 - 28 21 #include <intrin.h> 29 22 // for atomic intrinsics 30 - #include <windows.h> 23 + #include "xrt_windows.h" 31 24 #endif // _MSC_VER 32 25 33 26 /*!