[cogl/msvc-support] Update config.h.win32.in



commit a0be7baecd4da382cd4aa926bac0d5ee428279f1
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Jul 14 16:20:08 2011 +0800

    Update config.h.win32.in
    
    It is not COGL_HAS_WGL_SUPPORT, but COGL_HAS_WIN32_SUPPORT in all other
    parts of the source code!

 config.h.win32.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/config.h.win32.in b/config.h.win32.in
index 22deb40..cc7752f 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -7,7 +7,7 @@
 /*#undef COGL_HAS_GLX_SUPPORT*/
 
 /* Cogl supports OpenGL using the WGL API */
-#define COGL_HAS_WGL_SUPPORT 1
+#define COGL_HAS_WIN32_SUPPORT 1
 
 /* Define to 1 if translation of program messages to the user's native
    language is requested. */



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