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:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user