mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
try to fix linux build
svn path=/trunk/; revision=29907
This commit is contained in:
parent
8b2caeb2a4
commit
5834f08fec
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@
|
|||
|
||||
#include <windows.h> // Header File For Windows
|
||||
#include <math.h> // Header File For Windows Math Library
|
||||
#include <gl\gl.h> // Header File For The OpenGL32 Library
|
||||
#include <gl\glu.h> // Header File For The GLu32 Library
|
||||
#include <gl/gl.h> // Header File For The OpenGL32 Library
|
||||
#include <gl/glu.h> // Header File For The GLu32 Library
|
||||
#include <tchar.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
|
Loading…
Reference in a new issue