mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-21 18:21:08 +00:00
Case corrections for includes on case sensitive fs'
This commit is contained in:
parent
88d2dc6f33
commit
f54752c209
4 changed files with 4 additions and 4 deletions
|
@ -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 )
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue