fix incopengl.hpp include on Windows (windows.h needed)

This commit is contained in:
Matthias Hochsteger 2020-09-09 11:43:55 +02:00
parent 52b372718c
commit 4502c464a4

View File

@ -2,6 +2,7 @@
#define INCOPENGL_HPP___
#define GL_GLEXT_PROTOTYPES
#include <mystdlib.h>
#include <mydefs.hpp>
# if defined(TOGL_AGL) || defined(TOGL_AGL_CLASSIC) || defined(TOGL_NSOPENGL)