From 1f1f00209ad0d8cf962c1c7c315933777add23e0 Mon Sep 17 00:00:00 2001 From: Javidx9 <25419386+OneLoneCoder@users.noreply.github.com> Date: Tue, 14 Jan 2020 23:05:46 +0000 Subject: [PATCH] V1.23 Fixed linux define bug --- olcPixelGameEngine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/olcPixelGameEngine.h b/olcPixelGameEngine.h index cc265d2..2296694 100644 --- a/olcPixelGameEngine.h +++ b/olcPixelGameEngine.h @@ -2,7 +2,7 @@ olcPixelGameEngine.h +-------------------------------------------------------------+ - | OneLoneCoder Pixel Game Engine v1.22 | + | OneLoneCoder Pixel Game Engine v1.23 | | "Like the command prompt console one, but not..." - javidx9 | +-------------------------------------------------------------+ @@ -258,7 +258,7 @@ #endif #endif -#if defined(_linux_) || defined(__MINGW32__) +#if defined(__linux__) || defined(__MINGW32__) #if __cplusplus >= 201703L // C++17 onwards #include