Code

Avoid crash by uninitialized perspectives.
[inkscape.git] / src / libgdl / gdl-win32.h
1 /*
2  * Windows stuff
3  *
4  * Author:
5  *   Albin Sunnanbo
6  *
7  * This code is in public domain
8  */
9 #ifndef __INKSCAPE_GDL_WIN32_H__
10 #define __INKSCAPE_GDL_WIN32_H__
11 #ifdef WIN32
13 #include <gdk/gdk.h>
15 #define WIN32_MAJORVERSION_VISTA               0x0006
17 /* Platform detection */
18 gboolean is_os_vista();
20 #endif // ifdef WIN32
21 #endif /* __INKSCAPE_GDL_WIN32_H__ */