2001-02-17 Hans Breuer <hans@breuer.org> * */*/makefile.msc */makefile.msc : from now on use make.msc from $(TOP)/glib/build/win32; all occurences of DIRENT removed and general update * app/config/makefile.msc app/paint/makefile.msc app/plug-in/makefile.msc themes/Default/makefile.msc : new files * app/base/base.c : ported to GDir usage * app/config/gimpconfig-serialize.c : app/config/gimpconfig-deserialize.c : HAVE_UNISTD_H * app/config/gimpconfig.c : app/config/gimprc.c : HAVE_UNISTD_H, use <io.h> for open() prototype and merged pmode parameter (_S_IREAD | _S_IWRITE) * app/core/cpercep.c : msvc doesn't have cbrt(), provide it via pow(). Also include <glib.h> for painless 'inline' definition. * app/core/gimpdatafiles.c : ported to GDir usage * app/core/gimpimage-convert.c : work around a msvc compiler limitation (can't convert from uint64 to double) * app/file/file-open.c app/file/file-save.c : access() -> _access() for G_OS_WIN32 * app/plug-in/plug-in.c : HAVE_UNISTD_H and <io.h> * libgimpbase/gimpbase.def : updated externals * libgimpbase/gimpenv.c : define WIN32_LEAN_AND_MEAN to avoid clashes with incompatible DATADIR definitions * libgimpcolor/gimpcolor.def : updated externals * lingimpmath/gimpmath.def : updated externals * libgimpwidgets/gimpwidgets.def : updated externals * libgimpwidgets/libgimp-glue.c : adapt to const changes of some prototypes * plug-ins/makefile.msc : disabled gdyntext * plug-ins/gap/iter_ALT/*/*.inc : GimpRunModeType -> GimpRunMode * plug-ins/FractalExplorer/FractalExplorer.c : * plug-ins/gap/gap_lib.c : * plug-ins/gfig/gfig.c : * plug-ins/gflare/gflare.c : * plug-ins/gimpressionist/gimpressionist.c : replaced DIRENT usage with GDir * plug-ins/script-fu/script-fu-scripts.c : #include <windows.h> to get the Sleep() prototype
76 lines
1.5 KiB
Modula-2
76 lines
1.5 KiB
Modula-2
EXPORTS
|
|
_gp_params_destroy
|
|
gimp_data_directory
|
|
gimp_directory
|
|
gimp_gtkrc
|
|
gimp_parasite_compare
|
|
gimp_parasite_copy
|
|
gimp_parasite_data
|
|
gimp_parasite_data_size
|
|
gimp_parasite_flags
|
|
gimp_parasite_free
|
|
gimp_parasite_has_flag
|
|
gimp_parasite_is_persistent
|
|
gimp_parasite_is_type
|
|
gimp_parasite_is_undoable
|
|
gimp_parasite_name
|
|
gimp_parasite_new
|
|
gimp_path_free
|
|
gimp_path_get_user_writable_dir
|
|
gimp_path_parse
|
|
gimp_path_to_str
|
|
gimp_personal_rc_file
|
|
gimp_pixpipe_params_build
|
|
gimp_pixpipe_params_init
|
|
gimp_pixpipe_params_parse
|
|
gimp_plug_in_directory
|
|
; gimp_signal_private
|
|
gimp_sysconf_directory
|
|
; gimp_unit_get_abbreviation
|
|
; gimp_unit_get_deletion_flag
|
|
; gimp_unit_get_digits
|
|
; gimp_unit_get_factor
|
|
; gimp_unit_get_identifier
|
|
; gimp_unit_get_number_of_built_in_units
|
|
; gimp_unit_get_number_of_units
|
|
; gimp_unit_get_plural
|
|
; gimp_unit_get_singular
|
|
; gimp_unit_get_symbol
|
|
; gimp_unit_new
|
|
; gimp_unit_set_deletion_flag
|
|
gp_config_write
|
|
gp_extension_ack_write
|
|
gp_has_init_write
|
|
gp_init
|
|
gp_proc_install_write
|
|
gp_proc_return_write
|
|
gp_proc_run_write
|
|
gp_proc_uninstall_write
|
|
gp_quit_write
|
|
gp_temp_proc_return_write
|
|
gp_temp_proc_run_write
|
|
gp_tile_ack_write
|
|
gp_tile_data_write
|
|
gp_tile_req_write
|
|
wire_clear_error
|
|
wire_destroy
|
|
wire_error
|
|
wire_flush
|
|
wire_read
|
|
wire_read_double
|
|
wire_read_int16
|
|
wire_read_int32
|
|
wire_read_int8
|
|
wire_read_msg
|
|
wire_read_string
|
|
wire_register
|
|
wire_set_flusher
|
|
wire_set_reader
|
|
wire_set_writer
|
|
wire_write
|
|
wire_write_double
|
|
wire_write_int16
|
|
wire_write_int32
|
|
wire_write_int8
|
|
wire_write_msg
|
|
wire_write_string
|