Restored _WIN32 define check
This commit is contained in:
parent
3cfe48e2ce
commit
fc4c15a22b
12 changed files with 17 additions and 17 deletions
|
@ -57,7 +57,7 @@
|
|||
#ifndef GCN_OPENGLIMAGE_HPP
|
||||
#define GCN_OPENGLIMAGE_HPP
|
||||
|
||||
#if defined (_WIN32_)
|
||||
#if defined (_WIN32)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#if defined (DELETE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue