Case corrections for includes on case sensitive fs'

This commit is contained in:
dhewg 2011-12-13 23:45:40 +01:00
parent 88d2dc6f33
commit f54752c209
4 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ If you have questions concerning this license or the applicable additional terms
#if defined( _WIN32 )
#include <gl/gl.h>
#include <GL/gl.h>
#elif defined( MACOS_X )

View file

@ -36,7 +36,7 @@ If you have questions concerning this license or the applicable additional terms
#include <io.h>
#include <conio.h>
#include <mapi.h>
#include <ShellAPI.h>
#include <shellapi.h>
#ifndef __MRC__
#include <sys/types.h>

View file

@ -42,7 +42,7 @@ If you have questions concerning this license or the applicable additional terms
#ifndef ID_DEDICATED
#include <comdef.h>
#include <comutil.h>
#include <Wbemidl.h>
#include <wbemidl.h>
#pragma comment (lib, "wbemuuid.lib")
#endif

View file

@ -29,7 +29,7 @@ If you have questions concerning this license or the applicable additional terms
#pragma hdrstop
// DirectX SDK
#include <DxErr.h>
#include <dxerr8.h>
#include <ks.h>
#include <ksmedia.h>