[cogl] MSVC builds: Update pre-defined cogl-define.h



commit ef41aea2796315a47693bf278f08b41ca6703566
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Jul 24 17:32:57 2013 +0800

    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>

 cogl/cogl-defines.h.win32.in     |    1 +
 cogl/cogl-defines.h.win32_SDL.in |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-defines.h.win32.in b/cogl/cogl-defines.h.win32.in
index da9cc5f..dd96600 100644
--- a/cogl/cogl-defines.h.win32.in
+++ b/cogl/cogl-defines.h.win32.in
@@ -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
diff --git a/cogl/cogl-defines.h.win32_SDL.in b/cogl/cogl-defines.h.win32_SDL.in
index dc9ea5d..ef16d50 100644
--- a/cogl/cogl-defines.h.win32_SDL.in
+++ b/cogl/cogl-defines.h.win32_SDL.in
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]