Code

8fa0800ed3029263eda1897295e05bfb934532ee
[inkscape.git] / src / libgdl / gdl-win32.h
1 #ifndef __INKSCAPE_GDL_WIN32_H__\r
2 #define __INKSCAPE_GDL_WIN32_H__\r
3 \r
4 /*\r
5  * Windows stuff\r
6  *\r
7  * Author:\r
8  *   Albin Sunnanbo\r
9  *\r
10  * This code is in public domain\r
11  */\r
12 \r
13 \r
14 \r
15 #define WIN32_MAJORVERSION_VISTA               0x0006\r
16 \r
17 \r
18 \r
19 #include <config.h>\r
20 #include <windows.h>\r
21 #include <gdk/gdk.h>\r
22 \r
23 #ifndef WIN32\r
24 #error "This file is only usable for Windows"\r
25 #endif\r
26 \r
27 /* Platform detection */\r
28 gboolean is_os_vista();\r
29 \r
30 #endif /* __INKSCAPE_GDL_WIN32_H__ */\r