Change WIN32 to _WIN32

This commit is contained in:
twinaphex 2017-07-04 07:35:46 +02:00
parent 60b0cde5f0
commit c9529c5fd7

View File

@ -25,7 +25,7 @@
**
******************************************************************************
*/
#ifdef WIN32
#ifdef _WIN32
#include "ArchGlob.h"
#include <windows.h>