diff options
Diffstat (limited to 'src/Main.hxx')
-rw-r--r-- | src/Main.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Main.hxx b/src/Main.hxx index 831bbaf23..e2b1f5c31 100644 --- a/src/Main.hxx +++ b/src/Main.hxx @@ -25,6 +25,8 @@ struct Instance; extern Instance *instance; +#ifndef ANDROID + /** * A entry point for application. * On non-Windows platforms this is called directly from main() @@ -33,6 +35,8 @@ extern Instance *instance; */ int mpd_main(int argc, char *argv[]); +#endif + #ifdef WIN32 /** |