Code

svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packaging...
[inkscape.git] / src / libgdl / gdl-win32.h
index 8fa0800ed3029263eda1897295e05bfb934532ee..21361e98298115baf53cb3ccfeaa0a6dc1e05017 100644 (file)
@@ -1,30 +1,30 @@
-#ifndef __INKSCAPE_GDL_WIN32_H__\r
-#define __INKSCAPE_GDL_WIN32_H__\r
-\r
-/*\r
- * Windows stuff\r
- *\r
- * Author:\r
- *   Albin Sunnanbo\r
- *\r
- * This code is in public domain\r
- */\r
-\r
-\r
-\r
-#define WIN32_MAJORVERSION_VISTA               0x0006\r
-\r
-\r
-\r
-#include <config.h>\r
-#include <windows.h>\r
-#include <gdk/gdk.h>\r
-\r
-#ifndef WIN32\r
-#error "This file is only usable for Windows"\r
-#endif\r
-\r
-/* Platform detection */\r
-gboolean is_os_vista();\r
-\r
-#endif /* __INKSCAPE_GDL_WIN32_H__ */\r
+#ifndef __INKSCAPE_GDL_WIN32_H__
+#define __INKSCAPE_GDL_WIN32_H__
+
+/*
+ * Windows stuff
+ *
+ * Author:
+ *   Albin Sunnanbo
+ *
+ * This code is in public domain
+ */
+
+
+
+#define WIN32_MAJORVERSION_VISTA               0x0006
+
+
+
+#include <config.h>
+#include <windows.h>
+#include <gdk/gdk.h>
+
+#ifndef WIN32
+#error "This file is only usable for Windows"
+#endif
+
+/* Platform detection */
+gboolean is_os_vista();
+
+#endif /* __INKSCAPE_GDL_WIN32_H__ */