Restored _WIN32 define check

This commit is contained in:
Dimitris Panokostas 2019-01-11 13:24:00 +01:00
parent 3cfe48e2ce
commit fc4c15a22b
12 changed files with 17 additions and 17 deletions

View file

@ -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)