diff options
Diffstat (limited to 'src/prefix.h')
| -rw-r--r-- | src/prefix.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/prefix.h b/src/prefix.h index 7c5a1fd3c..fc01fd7ea 100644 --- a/src/prefix.h +++ b/src/prefix.h @@ -122,10 +122,9 @@ char *br_extract_prefix(const char *path); #include <glibmm/ustring.h> -Glib::ustring win32_getExePath(); -char *win32_relative_path(const char *childPath); +char *win32_append_module_path(const char *relative_path); -#define WIN32_DATADIR(suffix) (win32_relative_path(suffix)) +#define WIN32_DATADIR(suffix) (win32_append_module_path(suffix)) #endif |
