Code

Extensions. Add option to choose dxf output units
[inkscape.git] / src / prefix.h
index 0406f29f8cc8f2f46a34e07acd8995d32e9ed99e..af96fa74679b202f0a2d4be4e82380ce059b34b8 100644 (file)
@@ -114,9 +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__
+
+#include <glibmm/ustring.h>
+
+Glib::ustring win32_getExePath();
+char *win32_relative_path(const char *childPath);
+
+#define WIN32_DATADIR(suffix) (win32_relative_path(suffix))
+
+#endif
+
 #endif /* _PREFIX_H_ */