0
0
Fork 0
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:
Yamagi Burmeister 2012-06-04 12:26:49 +02:00
parent 0365c93138
commit b42f208fd0

View file

@ -27,6 +27,10 @@
#ifndef REF_QGL_H
#define REF_QGL_H
#ifdef _WIN32
#include <windows.h>
#endif
#include <GL/gl.h>
#ifndef APIENTRY