Some minor changes for win32 build.
[claws.git] / src / common / utils.h
index 501a7a6b7e380f4cc650ca8470c3763676016eb4..2942135093c10011dca85be8ecf038fa10f8b0c0 100644 (file)
@@ -427,8 +427,8 @@ gchar *get_tmp_file                 (void);
 const gchar *get_domain_name           (void);
 const gchar *get_desktop_file(void);
 #ifdef G_OS_WIN32
-const gchar *get_themes_dir             (void);
-const gchar *get_cert_file             (void);
+const gchar *w32_get_themes_dir    (void);
+const gchar *w32_get_cert_file         (void);
 #endif
 /* file / directory handling */
 off_t get_file_size            (const gchar    *file);