diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-29 04:50:53 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-29 04:50:53 +0000 |
| commit | 77577939fa8b51314c00921ced858443be501c08 (patch) | |
| tree | 571af55f337eb816adb5118aa9528ce1d6270911 /Graphics/GraphicsEngineOpenGL | |
| parent | Changed travis.yml back as commands still keep running after failure (diff) | |
| download | DiligentCore-77577939fa8b51314c00921ced858443be501c08.tar.gz DiligentCore-77577939fa8b51314c00921ced858443be501c08.zip | |
Fixed Linux build errors
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/include/pch.h | 3 |
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 |
