mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
Fix GL/gl.h include for cross-compiling from linux.
svn path=/trunk/; revision=10683
This commit is contained in:
parent
93b57832ce
commit
94d6abb6d2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
#include "gl\gl.h"
|
||||
#include "GL/gl.h"
|
||||
|
||||
#if defined(_MSV_VER) && !defined(__GNUC__)
|
||||
# pragma warning (disable:4273)
|
||||
|
|
Loading…
Reference in a new issue