summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2002-01-05 18:59:24 +0000
committerHans Breuer <hans@src.gnome.org>2002-01-05 18:59:24 +0000
commit40cab0a2fbde365a3d436fa900b110954b648d67 (patch)
treee14469f577aa03dadfe69e8abf105cb9ec60eb11 /gdk-pixbuf
parent74a692914645f308c0943e75066b5b95d48f7f46 (diff)
downloadgdk-pixbuf-40cab0a2fbde365a3d436fa900b110954b648d67.tar.gz
don't export functions prefixed with underscore
2002-01-04 Hans Breuer <hans@breuer.org> * gdk_pixbuf.def : don't export functions prefixed with underscore * makefile.msc : use -FImsvc_recommende_pragmas.h
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/ChangeLog7
-rw-r--r--gdk-pixbuf/gdk_pixbuf.def3
-rw-r--r--gdk-pixbuf/makefile.msc3
3 files changed, 9 insertions, 4 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 390efd9fd..2abab913c 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,10 @@
+2002-01-04 Hans Breuer <hans@breuer.org>
+
+ * gdk_pixbuf.def : don't export functions prefixed
+ with underscore
+
+ * makefile.msc : use -FImsvc_recommende_pragmas.h
+
Thu Jan 3 19:31:58 2002 Owen Taylor <otaylor@redhat.com>
* pixops/pixops.c (scale_line_22_33): Fix and uncomment
diff --git a/gdk-pixbuf/gdk_pixbuf.def b/gdk-pixbuf/gdk_pixbuf.def
index 64e1d72be..7f4cbb6f9 100644
--- a/gdk-pixbuf/gdk_pixbuf.def
+++ b/gdk-pixbuf/gdk_pixbuf.def
@@ -1,7 +1,4 @@
EXPORTS
- _gdk_pixbuf_get_module
- _gdk_pixbuf_get_named_module
- _gdk_pixbuf_load_module
gdk_colorspace_get_type
gdk_interp_type_get_type
gdk_pixbuf_add_alpha
diff --git a/gdk-pixbuf/makefile.msc b/gdk-pixbuf/makefile.msc
index 5220575b3..7c1d78573 100644
--- a/gdk-pixbuf/makefile.msc
+++ b/gdk-pixbuf/makefile.msc
@@ -20,7 +20,8 @@ BUILT_IN_FORMATS = -DINCLUDE_png -DINCLUDE_bmp -DINCLUDE_gif \
-PKG_CFLAGS = -I. -I.. $(GLIB_CFLAGS) \
+PKG_CFLAGS = -FImsvc_recommended_pragmas.h \
+ -I. -I.. $(GLIB_CFLAGS) \
$(BUILT_IN_FORMATS) \
$(JPEG_CFLAGS) $(PNG_CFLAGS) $(TIFF_CFLAGS) $(INTL_CFLAGS) \
$(G_DEBUGGING) \