diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-26 13:33:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-26 13:48:26 +0300 |
commit | 75a80fdfdce4be53ce7d7b1d02400d3f79a144c0 (patch) | |
tree | ac13334dd960a3dfb65aaebbba247e6245d1e104 /src/safeopenglgraphics.h | |
parent | 9abb51fce0cca32ebe267c4797363d99520c2a0a (diff) | |
download | plus-75a80fdfdce4be53ce7d7b1d02400d3f79a144c0.tar.gz plus-75a80fdfdce4be53ce7d7b1d02400d3f79a144c0.tar.bz2 plus-75a80fdfdce4be53ce7d7b1d02400d3f79a144c0.tar.xz plus-75a80fdfdce4be53ce7d7b1d02400d3f79a144c0.zip |
Android compilation fixes.
Diffstat (limited to 'src/safeopenglgraphics.h')
-rw-r--r-- | src/safeopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/safeopenglgraphics.h b/src/safeopenglgraphics.h index a21dc8505..e0f2d390a 100644 --- a/src/safeopenglgraphics.h +++ b/src/safeopenglgraphics.h @@ -23,8 +23,8 @@ #ifndef SAFEOPENGLGRAPHICS_H #define SAFEOPENGLGRAPHICS_H -#ifdef USE_OPENGL #include "main.h" +#if defined USE_OPENGL && !defined ANDROID #include "graphics.h" |