]> Shamusworld >> Repos - ttedit/blobdiff - src/registry.h
Set the eol style on the project to native, to avoid line ending chaos.
[ttedit] / src / registry.h
index 73843415fef02d35f160ffd61c2b72e8ee58cf90..526713b5cdd3f79b37954c545832c8b21ef85143 100755 (executable)
@@ -1,22 +1,22 @@
-//\r
-// REGISTRY.H - Win32 support file header\r
-// by James L. Hammons\r
-// (C) 2002 Underground Software\r
-//\r
-//   JLH = James Hammons <jlhamm@acm.org>\r
-//\r
-\r
-#ifndef __REGISTRY_H__\r
-#define __REGISTRY_H__\r
-\r
-#include "types.h"\r
-\r
-// Function prototypes\r
-\r
-void InitINIFile(char * path = NULL);\r
-void SetINIInt(char *, char *, int32);\r
-void SetINIString(char *, char *, char *);\r
-int32 GetINIInt(char *, char *, int32);\r
-const char * GetINIString(char *, char *, char *);\r
-\r
-#endif // __REGISTRY_H__\r
+//
+// REGISTRY.H - Win32 support file header
+// by James L. Hammons
+// (C) 2002 Underground Software
+//
+//   JLH = James Hammons <jlhamm@acm.org>
+//
+
+#ifndef __REGISTRY_H__
+#define __REGISTRY_H__
+
+#include "types.h"
+
+// Function prototypes
+
+void InitINIFile(char * path = NULL);
+void SetINIInt(char *, char *, int32);
+void SetINIString(char *, char *, char *);
+int32 GetINIInt(char *, char *, int32);
+const char * GetINIString(char *, char *, char *);
+
+#endif // __REGISTRY_H__