Code

Adjustments to the lib directory Cmake files
[inkscape.git] / src / libgdl / gdl-win32.h
1 #ifndef __INKSCAPE_GDL_WIN32_H__
2 #define __INKSCAPE_GDL_WIN32_H__
4 /*
5  * Windows stuff
6  *
7  * Author:
8  *   Albin Sunnanbo
9  *
10  * This code is in public domain
11  */
15 #define WIN32_MAJORVERSION_VISTA               0x0006
19 #include <config.h>
20 #include <windows.h>
21 #include <gdk/gdk.h>
23 #ifndef WIN32
24 #error "This file is only usable for Windows"
25 #endif
27 /* Platform detection */
28 gboolean is_os_vista();
30 #endif /* __INKSCAPE_GDL_WIN32_H__ */