Code

since SP_VERB_XMPP_CLIENT is commented out in .h, it must be commented out here to...
[inkscape.git] / src / libgdl / gdl-win32.h
index 8fa0800ed3029263eda1897295e05bfb934532ee..90c0cbafa7ae51958d577a43d52e0bd75f4426c9 100644 (file)
@@ -1,30 +1,21 @@
-#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
+/*
+ * Windows stuff
+ *
+ * Author:
+ *   Albin Sunnanbo
+ *
+ * This code is in public domain
+ */
+#ifndef __INKSCAPE_GDL_WIN32_H__
+#define __INKSCAPE_GDL_WIN32_H__
+#ifdef WIN32
+
+#include <gdk/gdk.h>
+
+#define WIN32_MAJORVERSION_VISTA               0x0006
+
+/* Platform detection */
+gboolean is_os_vista();
+
+#endif // ifdef WIN32
+#endif /* __INKSCAPE_GDL_WIN32_H__ */