mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-04-03 08:51:08 +00:00
Include windows.h in refresh/header/local.h
This commit is contained in:
parent
0365c93138
commit
b42f208fd0
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@
|
|||
#ifndef REF_QGL_H
|
||||
#define REF_QGL_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#ifndef APIENTRY
|
||||
|
|
Loading…
Reference in a new issue