forked from pyrite-dev/milsko
add MW_OPENGL_NO_INCLUDE
This commit is contained in:
parent
1f1318d0e1
commit
debdaf998e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include <Mw/TypeDefs.h>
|
||||
#include <Mw/Core.h>
|
||||
|
||||
#ifndef __gl_h_
|
||||
#if !defined(MW_OPENGL_NO_INCLUDE) && !defined(__gl_h_)
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue