From 77577939fa8b51314c00921ced858443be501c08 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sat, 28 Dec 2019 20:50:53 -0800 Subject: Fixed Linux build errors --- Graphics/GraphicsEngineOpenGL/include/pch.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/include/pch.h b/Graphics/GraphicsEngineOpenGL/include/pch.h index 19115f22..f058e3a5 100644 --- a/Graphics/GraphicsEngineOpenGL/include/pch.h +++ b/Graphics/GraphicsEngineOpenGL/include/pch.h @@ -76,6 +76,9 @@ # ifdef Success # undef Success # endif +# ifdef None +# undef None +# endif #elif PLATFORM_MACOS -- cgit v1.2.3