Fix references to WIN32 instead of _WIN32

This commit is contained in:
Henrique Gemignani Passos Lima 2022-03-12 21:13:01 +02:00
parent 3be470b7b8
commit cf41841f1d
No known key found for this signature in database
GPG Key ID: E224F951761145F8
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#include <cstdio>
#include <cstring>
#include <ctime>
#ifdef WIN32
#ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif

View File

@ -4,7 +4,7 @@
#include <iostream>
#include "Runtime/CInfiniteLoopDetector.hpp"
#ifdef WIN32
#ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif