[gdk-pixbuf] config.h.win32(.in): Enable USE_GMODULE



commit e14ce83a699bbd1ea695e0c7e920d3a5ddaf2cf0
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu May 10 18:04:29 2012 +0800

    config.h.win32(.in): Enable USE_GMODULE
    
    Enable USE_GMODULE for all builds, as one may want to build additional
    image loader modules for use with GDK-Pixbuf later, to extend its
    functionality.  For example, this is useful if one wants to build librsvg
    with its GDK-Pixbuf image loader module, which is not included in the main
    GDK-Pixbuf library.  The loader module DLLs need to be placed in
    <parent_folder_of_GDK-Pixbuf_DLL>\lib\gdk-pixbuf-2.0\2.10.0\loaders, and
    needs to be "registered" using the gdk-pixbuf-query-loaders utility
    program.
    
    Note: The image loaders that are included in GDK-Pixbuf continue to be
    built in the main GDK-Pixbuf DLL for Visual C++ builds, in order to
    simplify distribution of the library.

 config.h.win32.in |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/config.h.win32.in b/config.h.win32.in
index 4c9cefe..46185ba 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -125,11 +125,7 @@
 #define STDC_HEADERS 1
 
 /* Define to 1 if gmodule works and should be used */
-#ifndef _MSC_VER
 #define USE_GMODULE 1
-#else
-/*#undef USE_GMODULE*/
-#endif
 
 /* Whether to load modules via .la files rather than directly */
 /*#undef USE_LA_MODULES*/



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