Code

Extensions. Color marker improvements (Bug #692582, Color markers to match stroke...
[inkscape.git] / src / prefix.h
index 0c2db5b58a6e0eca98095d69ef88aac720bc3106..af96fa74679b202f0a2d4be4e82380ce059b34b8 100644 (file)
@@ -114,20 +114,19 @@ char *br_strcat   (const char *str1, const char *str2);
 char *br_extract_dir   (const char *path);
 char *br_extract_prefix(const char *path);
 
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
 #ifdef __WIN32__
 
-/**
- * Win32 version of a relocatable function
- */ 
+#include <glibmm/ustring.h>
+
+Glib::ustring win32_getExePath();
 char *win32_relative_path(const char *childPath);
 
 #define WIN32_DATADIR(suffix) (win32_relative_path(suffix))
 
 #endif
 
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
 #endif /* _PREFIX_H_ */