From 64d5a212c6818cc044d33f9b8ce3ec55fd9f3364 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 25 Nov 2005 02:31:32 +0000 Subject: [PATCH] Declare the above new public Win32-only functions. 2005-11-25 Tor Lillqvist * libedataserver/e-util.h: Declare the above new public Win32-only functions. --- ChangeLog | 3 +++ libedataserver/e-util.h | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 45c670c..57950a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,9 @@ assume e-d-s and evo are installed in the same folder on the end-user machine. + * libedataserver/e-util.h: Declare the above new public Win32-only + functions. + * libedataserver/libedataserver-private.h: New file. Declares so far some Win32-only functionality, to be used in various parts of e-d-s. diff --git a/libedataserver/e-util.h b/libedataserver/e-util.h index 231ad87..fa8e5bb 100644 --- a/libedataserver/e-util.h +++ b/libedataserver/e-util.h @@ -44,6 +44,13 @@ guint64 e_util_pthread_id (pthread_t t); size_t e_utf8_strftime(char *s, size_t max, const char *fmt, const struct tm *tm); size_t e_strftime(char *s, size_t max, const char *fmt, const struct tm *tm); +#ifdef G_OS_WIN32 +const char *e_util_get_prefix (void) G_GNUC_CONST; +const char *e_util_get_cp_prefix (void) G_GNUC_CONST; +const char *e_util_get_localedir (void) G_GNUC_CONST; +char *e_util_replace_prefix (const char *runtime_prefix, const char *configure_time_path); +#endif + G_END_DECLS #endif -- 2.7.4