summaryrefslogtreecommitdiff
path: root/navit/util.h
diff options
context:
space:
mode:
authorrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-15 15:29:07 +0000
committerrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-15 15:29:07 +0000
commitbb6aa85be15aecf58f707282926e4beedda13829 (patch)
tree725a224ce488320b7ac4b675f73402022bf0b5c8 /navit/util.h
parentf92146b8336abfe2a5cb9347f73ab77d956caddd (diff)
downloadnavit-bb6aa85be15aecf58f707282926e4beedda13829.tar.gz
Fix:core:Revert rev 4169 (also: please fix proper) and fixed building with autotools
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4170 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/util.h')
-rw-r--r--navit/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/util.h b/navit/util.h
index b578e2828..bdd6144be 100644
--- a/navit/util.h
+++ b/navit/util.h
@@ -27,7 +27,7 @@ void strtolower(char *dest, const char *src);
GList * g_hash_to_list(GHashTable *h);
GList * g_hash_to_list_keys(GHashTable *h);
gchar * g_strconcat_printf(gchar *buffer, gchar *fmt, ...);
-#if defined(_WIN32) || defined(__CEGCC__) || defined (__APPLE__)
+#if defined(_WIN32) || defined(__CEGCC__) || defined (__APPLE__) || defined(HAVE_API_ANDROID)
#if defined(_UNICODE)
wchar_t* newSysString(const char *toconvert);
#else