V1.23
Fixed linux define bug
This commit is contained in:
parent
9a7fe04f3e
commit
1f1f00209a
@ -2,7 +2,7 @@
|
|||||||
olcPixelGameEngine.h
|
olcPixelGameEngine.h
|
||||||
|
|
||||||
+-------------------------------------------------------------+
|
+-------------------------------------------------------------+
|
||||||
| OneLoneCoder Pixel Game Engine v1.22 |
|
| OneLoneCoder Pixel Game Engine v1.23 |
|
||||||
| "Like the command prompt console one, but not..." - javidx9 |
|
| "Like the command prompt console one, but not..." - javidx9 |
|
||||||
+-------------------------------------------------------------+
|
+-------------------------------------------------------------+
|
||||||
|
|
||||||
@ -258,7 +258,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_linux_) || defined(__MINGW32__)
|
#if defined(__linux__) || defined(__MINGW32__)
|
||||||
#if __cplusplus >= 201703L
|
#if __cplusplus >= 201703L
|
||||||
// C++17 onwards
|
// C++17 onwards
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user