From ce65a306993dfd1eb87b697e4441f99eb50ad9e9 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Tue, 15 Nov 2022 21:27:41 +0100 Subject: [PATCH] Cambiado un ifdef de jscore.cpp --- source/common/jscore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/jscore.cpp b/source/common/jscore.cpp index 2b2676a..2829864 100644 --- a/source/common/jscore.cpp +++ b/source/common/jscore.cpp @@ -3,7 +3,7 @@ #include #include #include -#ifdef WIN32 +#ifdef _WIN32 #include #else #include