diff options
| author | raysan5 <raysan5@gmail.com> | 2016-07-04 18:34:02 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-07-04 18:34:02 +0200 |
| commit | 8bdd03eeac8cf91eb8eb9a5a0a1c434135a3c9a6 (patch) | |
| tree | 114955feb01c966e4811f59af4cdb990e1208787 /src/external/OculusSDK/LibOVR/Include/OVR_CAPI_Audio.h | |
| parent | 2f9abe6e1388a84d662eb12e62bbcccc7eccd9d0 (diff) | |
| download | raylib-8bdd03eeac8cf91eb8eb9a5a0a1c434135a3c9a6.tar.gz raylib-8bdd03eeac8cf91eb8eb9a5a0a1c434135a3c9a6.zip | |
Updated Oculus PC SDK to version 1.5
Diffstat (limited to 'src/external/OculusSDK/LibOVR/Include/OVR_CAPI_Audio.h')
| -rw-r--r-- | src/external/OculusSDK/LibOVR/Include/OVR_CAPI_Audio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_Audio.h b/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_Audio.h index c5344813..930dfcbe 100644 --- a/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_Audio.h +++ b/src/external/OculusSDK/LibOVR/Include/OVR_CAPI_Audio.h @@ -9,6 +9,10 @@ #define OVR_CAPI_Audio_h #ifdef _WIN32 +// Prevents <Windows.h> from defining min() and max() macro symbols. +#ifndef NOMINMAX +#define NOMINMAX +#endif #include <windows.h> #include "OVR_CAPI.h" #define OVR_AUDIO_MAX_DEVICE_STR_SIZE 128 |
