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
This commit is contained in:
Hans Breuer
2002-01-05 18:59:24 +00:00
committed by Hans Breuer
parent 74a6929146
commit 40cab0a2fb
3 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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) \