diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-10 18:10:49 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-11 20:06:36 +0200 |
commit | acfc02c1747065fe450c7cfeb6f1844b62335f08 (patch) | |
tree | 5887806a2e6b99bbb0255e013a9028810e230a7f /psi/gsdll32.def | |
parent | Import Ghostscript 9.52 (diff) | |
download | ghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.tar.gz ghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.tar.bz2 ghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.zip |
Import Ghostscript 9.53ghostscript-9.53
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'psi/gsdll32.def')
-rw-r--r-- | psi/gsdll32.def | 66 |
1 files changed, 36 insertions, 30 deletions
diff --git a/psi/gsdll32.def b/psi/gsdll32.def index 4f31f1fd..f4b6b519 100644 --- a/psi/gsdll32.def +++ b/psi/gsdll32.def @@ -1,37 +1,40 @@ ; 'Ghostscript Interpreter DLL' -LIBRARY GSDLL32 +LIBRARY GSDLL32 EXPORTS - DllEntryPoint - DllMain - gsdll_revision @1 - gsdll_init @2 - gsdll_execute_begin @3 - gsdll_execute_cont @4 - gsdll_execute_end @5 - gsdll_exit @6 - gsdll_init_with_encoding - gsdll_initA - gsdll_initW - gsapi_revision - gsapi_new_instance - gsapi_delete_instance - gsapi_init_with_args - gsapi_run_string_begin - gsapi_run_string_continue - gsapi_run_string_end - gsapi_run_string_with_length - gsapi_run_string - gsapi_run_file - gsapi_run_fileA - gsapi_run_fileW - gsapi_exit - gsapi_set_stdio - gsapi_set_poll - gsapi_set_display_callback - gsapi_set_arg_encoding + DllEntryPoint + DllMain + gsdll_revision @1 + gsdll_init @2 + gsdll_execute_begin @3 + gsdll_execute_cont @4 + gsdll_execute_end @5 + gsdll_exit @6 + gsdll_init_with_encoding + gsdll_initA + gsdll_initW + gsapi_revision + gsapi_new_instance + gsapi_delete_instance + gsapi_init_with_args + gsapi_run_string_begin + gsapi_run_string_continue + gsapi_run_string_end + gsapi_run_string_with_length + gsapi_run_string + gsapi_run_file + gsapi_run_fileA + gsapi_run_fileW + gsapi_exit + gsapi_set_stdio + gsapi_set_stdio_with_handle + gsapi_set_poll + gsapi_set_poll_with_handle + gsapi_set_display_callback + gsapi_register_callout + gsapi_deregister_callout + gsapi_set_arg_encoding gsapi_set_default_device_list gsapi_get_default_device_list - gsapi_set_param gsapi_add_control_path gsapi_remove_control_path gsapi_purge_control_paths @@ -39,3 +42,6 @@ EXPORTS gsapi_is_path_control_active gsapi_add_fs gsapi_remove_fs + gsapi_set_param + gsapi_get_param + gsapi_enumerate_params |