summaryrefslogtreecommitdiff
path: root/src/safeopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-26 13:33:20 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-26 13:48:26 +0300
commit75a80fdfdce4be53ce7d7b1d02400d3f79a144c0 (patch)
treeac13334dd960a3dfb65aaebbba247e6245d1e104 /src/safeopenglgraphics.h
parent9abb51fce0cca32ebe267c4797363d99520c2a0a (diff)
downloadplus-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.h2
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"