diff options
author | Sven Gothel <[email protected]> | 2015-03-21 23:12:59 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-21 23:12:59 +0100 |
commit | 633f70342fe270fd91bca8f724049aceec602337 (patch) | |
tree | 9c8939c9e1921c7b4f5c39256e301d35bc452ead /LibOVR | |
parent | 0c5c4be020c2d55540058a49b2a879f46d5a1e13 (diff) |
Complete merge w/ vanilla_0.4.4, i.e. patches for mingw64
Diffstat (limited to 'LibOVR')
-rw-r--r-- | LibOVR/Src/OVR_Profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibOVR/Src/OVR_Profile.cpp b/LibOVR/Src/OVR_Profile.cpp index dcbc95d..f295253 100644 --- a/LibOVR/Src/OVR_Profile.cpp +++ b/LibOVR/Src/OVR_Profile.cpp @@ -40,7 +40,7 @@ limitations under the License. #ifdef OVR_OS_WIN32 #define WIN32_LEAN_AND_MEAN #include <Windows.h> -#include <Shlobj.h> +#include <shlobj.h> #elif defined(OVR_OS_MS) // Other Microsoft OSs // Nothing, thanks. #else |