mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
MSVC builds: Update pre-defined cogl-define.h
...For both the regular WGL winsys and SDL winsys builds, that COGL_HAS_GTYPE_SUPPORT is defined, so that the builds won't break as Visual Studio builds do assume an existing installation of GLib. Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit ef41aea2796315a47693bf278f08b41ca6703566)
This commit is contained in:
parent
69247c10f3
commit
96de3fbcf5
@ -33,6 +33,7 @@
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define COGL_HAS_GLIB_SUPPORT 1
|
||||
#define COGL_HAS_GTYPE_SUPPORT 1
|
||||
#define COGL_HAS_WGL_SUPPORT 1
|
||||
#define COGL_HAS_WIN32_SUPPORT 1
|
||||
#define COGL_HAS_GL 1
|
||||
|
@ -33,6 +33,7 @@
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define COGL_HAS_GLIB_SUPPORT 1
|
||||
#define COGL_HAS_GTYPE_SUPPORT 1
|
||||
#define COGL_HAS_WGL_SUPPORT 1
|
||||
#define COGL_HAS_WIN32_SUPPORT 1
|
||||
#define COGL_HAS_SDL_SUPPORT 1
|
||||
|
Loading…
Reference in New Issue
Block a user