2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 04:06:09 +00:00

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
2 changed files with 2 additions and 2 deletions

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