mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include "gl\gl.h"
|
#include "GL/gl.h"
|
||||||
|
|
||||||
#if defined(_MSV_VER) && !defined(__GNUC__)
|
#if defined(_MSV_VER) && !defined(__GNUC__)
|
||||||
# pragma warning (disable:4273)
|
# pragma warning (disable:4273)
|
||||||
|
|
Loading…
Reference in a new issue