summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2019-12-29 04:50:53 +0000
committerassiduous <assiduous@diligentgraphics.com>2019-12-29 04:50:53 +0000
commit77577939fa8b51314c00921ced858443be501c08 (patch)
tree571af55f337eb816adb5118aa9528ce1d6270911 /Graphics/GraphicsEngineOpenGL
parentChanged travis.yml back as commands still keep running after failure (diff)
downloadDiligentCore-77577939fa8b51314c00921ced858443be501c08.tar.gz
DiligentCore-77577939fa8b51314c00921ced858443be501c08.zip
Fixed Linux build errors
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/include/pch.h3
1 files changed, 3 insertions, 0 deletions
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