diff --git a/sysconfig.h b/sysconfig.h index b862f05d..2516cc78 100644 --- a/sysconfig.h +++ b/sysconfig.h @@ -315,7 +315,7 @@ #endif #ifndef CAP_VR -#define CAP_VR ISSTEAM +#define CAP_VR (ISSTEAM && !ISMAC) #endif #ifndef CAP_LEGACY @@ -469,8 +469,12 @@ typedef unsigned GLuint; #include #if CAP_VR +#ifdef __MINGW32__ +#include "openvr_mingw.hpp" +#else #include "openvr.h" #endif +#endif #if CAP_VIDEO #include