Tidy up French GUI.
[nssm.git] / utf8.h
diff --git a/utf8.h b/utf8.h
index ccc535a..24a5fdc 100644 (file)
--- a/utf8.h
+++ b/utf8.h
@@ -1,13 +1,13 @@
-#ifndef UTF8_H
-#define UTF8_H
-
-void setup_utf8();
-void unsetup_utf8();
-int to_utf8(const wchar_t *, char **, unsigned long *);
-int to_utf8(const char *, char **, unsigned long *);
-int to_utf16(const char *, wchar_t **utf16, unsigned long *);
-int to_utf16(const wchar_t *, wchar_t **utf16, unsigned long *);
-int from_utf8(const char *, TCHAR **, unsigned long *);
-int from_utf16(const wchar_t *, TCHAR **, unsigned long *);
-
-#endif
+#ifndef UTF8_H\r
+#define UTF8_H\r
+\r
+void setup_utf8();\r
+void unsetup_utf8();\r
+int to_utf8(const wchar_t *, char **, unsigned long *);\r
+int to_utf8(const char *, char **, unsigned long *);\r
+int to_utf16(const char *, wchar_t **utf16, unsigned long *);\r
+int to_utf16(const wchar_t *, wchar_t **utf16, unsigned long *);\r
+int from_utf8(const char *, TCHAR **, unsigned long *);\r
+int from_utf16(const wchar_t *, TCHAR **, unsigned long *);\r
+\r
+#endif\r