mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 11:39:03 +00:00
Fix glfw build
This commit is contained in:
parent
c80bdf3a2a
commit
a15f3ddb8b
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#define WITHWINDOWS
|
#define WITHWINDOWS
|
||||||
|
#ifndef LIBRW
|
||||||
#define WITHD3D
|
#define WITHD3D
|
||||||
|
#endif
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#ifndef LIBRW
|
#ifndef LIBRW
|
||||||
#include <d3d8caps.h>
|
#include <d3d8caps.h>
|
||||||
|
|
Loading…
Reference in a new issue