1
0
Fork 0
mutter-performance-source/clutter/clutter-config.h.win32
Chun-wei Fan 9f12ec534e msvc-support: Recover wrecked branch
Recover the branch! :|
2011-09-16 17:25:47 +08:00

16 lines
311 B
Text

#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
#error "Only <clutter/clutter.h> can be included directly."
#endif
#ifndef __CLUTTER_CONFIG_H__
#define __CLUTTER_CONFIG_H__
#include <glib.h>
G_BEGIN_DECLS
#define CLUTTER_WINDOWING_WIN32 1
G_END_DECLS
#endif /* __CLUTTER_CONFIG_H__ */