mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
Fix building on Linux
svn path=/trunk/; revision=10156
This commit is contained in:
parent
6d2d63a8e1
commit
0ff1d5da1c
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
|
||||
|
||||
#include <windows.h>
|
||||
#include <GL\gl.h>
|
||||
#include <GL/gl.h>
|
||||
#include "context.h"
|
||||
#ifdef DDRAW
|
||||
#define DIRECTDRAW_VERSION 0x0100
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
|
||||
#include <windows.h>
|
||||
#include <GL\gl.h>
|
||||
#include <GL/gl.h>
|
||||
#include "context.h"
|
||||
#ifdef DDRAW
|
||||
#define DIRECTDRAW_VERSION 0x0100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue