The open source OpenXR runtime

st/oxr: Adjust ifdef

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
fc9fba9a f9b4af04

+2 -1
+2 -1
src/xrt/state_trackers/oxr/oxr_api_negotiate.c
··· 13 13 #include <string.h> 14 14 15 15 #include "xrt/xrt_compiler.h" 16 + #include "xrt/xrt_config_os.h" 16 17 #include "util/u_debug.h" 17 18 18 19 #include "oxr_objects.h" ··· 33 34 } while (false) 34 35 35 36 36 - #ifdef _WIN32 37 + #ifdef XRT_OS_WINDOWS 37 38 __declspec(dllexport) XRAPI_ATTR XrResult XRAPI_CALL 38 39 xrNegotiateLoaderRuntimeInterface(const XrNegotiateLoaderInfo *loaderInfo, 39 40 XrNegotiateRuntimeRequest *runtimeRequest);