From 0ec76e53cdb0b15da1dd14bb1c53134dc1f3a55b Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Thu, 21 Jun 2012 14:50:40 +0100 Subject: some changes and hacks to get GeoIP on Windows --- src/util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 7e03b78..a1920b7 100644 --- a/src/util.h +++ b/src/util.h @@ -98,4 +98,8 @@ gboolean is_minimised_arg(const gchar * arg); GtkWidget *trg_vbox_new(gboolean homogeneous, gint spacing); GtkWidget *trg_hbox_new(gboolean homogeneous, gint spacing); +#ifdef WIN32 +gchar *trg_win32_support_path(gchar *file); +#endif + #endif /* UTIL_H_ */ -- cgit v1.2.3