summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-05-10 18:04:29 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-05-10 18:04:29 +0800
commite14ce83a699bbd1ea695e0c7e920d3a5ddaf2cf0 (patch)
tree2f6409be20334ff43173ecc63b60ed31ec305cff /config.h.win32.in
parent6d79a035968b305cf70b99b97af99d829341694a (diff)
downloadgdk-pixbuf-e14ce83a699bbd1ea695e0c7e920d3a5ddaf2cf0.tar.gz
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.
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index 4c9cefe02..46185ba36 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*/