Fixed linux define bug
This commit is contained in:
Javidx9 2020-01-14 23:05:46 +00:00 committed by GitHub
parent 9a7fe04f3e
commit 1f1f00209a

View File

@ -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 <filesystem>