summaryrefslogtreecommitdiffhomepage
path: root/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2016-09-20 20:16:19 +0200
committerraysan5 <[email protected]>2016-09-20 20:16:19 +0200
commitc5bf9623d155efc94325b1ecc311d66a8ee2a704 (patch)
tree74958777dbfb6b344b10a40a9334aa834c30e24a /src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h
parent79c8eb543ef93fbfbc4073c6c4ea71e22e7e02c4 (diff)
downloadraylib-c5bf9623d155efc94325b1ecc311d66a8ee2a704.tar.gz
raylib-c5bf9623d155efc94325b1ecc311d66a8ee2a704.zip
Updated LibOVR to SDK version 1.8
Weird, OVR_Version.h still points to 1.7, probably a typo...
Diffstat (limited to 'src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h')
-rw-r--r--src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h b/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h
index 982af8f0..374dab84 100644
--- a/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h
+++ b/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_D3D.h
@@ -14,6 +14,8 @@
#if defined (_WIN32)
#include <Unknwn.h>
+#if !defined(OVR_EXPORTING_CAPI)
+
//-----------------------------------------------------------------------------------
// ***** Direct3D Specific
@@ -149,6 +151,7 @@ OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetMirrorTextureBufferDX(ovrSession session,
IID iid,
void** out_Buffer);
+#endif // !defined(OVR_EXPORTING_CAPI)
#endif // _WIN32