mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-24 21:41:23 +00:00
Case corrections for includes on case sensitive fs'
This commit is contained in:
parent
c39f4e9894
commit
f8193c2eef
1 changed files with 1 additions and 1 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 )
|
||||
|
||||
|
|
Loading…
Reference in a new issue