From f54752c209ecc99a09d4eb770ab8e036e5a2de43 Mon Sep 17 00:00:00 2001 From: dhewg Date: Tue, 13 Dec 2011 23:45:40 +0100 Subject: [PATCH] Case corrections for includes on case sensitive fs' --- neo/renderer/qgl.h | 2 +- neo/sys/win32/win_main.cpp | 2 +- neo/sys/win32/win_shared.cpp | 2 +- neo/sys/win32/win_snd.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/neo/renderer/qgl.h b/neo/renderer/qgl.h index ef0e6ece..d2487884 100644 --- a/neo/renderer/qgl.h +++ b/neo/renderer/qgl.h @@ -34,7 +34,7 @@ If you have questions concerning this license or the applicable additional terms #if defined( _WIN32 ) -#include +#include #elif defined( MACOS_X ) diff --git a/neo/sys/win32/win_main.cpp b/neo/sys/win32/win_main.cpp index 2d283d1d..6e7d7b72 100644 --- a/neo/sys/win32/win_main.cpp +++ b/neo/sys/win32/win_main.cpp @@ -36,7 +36,7 @@ If you have questions concerning this license or the applicable additional terms #include #include #include -#include +#include #ifndef __MRC__ #include diff --git a/neo/sys/win32/win_shared.cpp b/neo/sys/win32/win_shared.cpp index 7efc1181..8b760861 100644 --- a/neo/sys/win32/win_shared.cpp +++ b/neo/sys/win32/win_shared.cpp @@ -42,7 +42,7 @@ If you have questions concerning this license or the applicable additional terms #ifndef ID_DEDICATED #include #include -#include +#include #pragma comment (lib, "wbemuuid.lib") #endif diff --git a/neo/sys/win32/win_snd.cpp b/neo/sys/win32/win_snd.cpp index ae48ab11..b3a966de 100644 --- a/neo/sys/win32/win_snd.cpp +++ b/neo/sys/win32/win_snd.cpp @@ -29,7 +29,7 @@ If you have questions concerning this license or the applicable additional terms #pragma hdrstop // DirectX SDK -#include +#include #include #include