summaryrefslogtreecommitdiff
path: root/gs/src/gsdll32.def
blob: cc2e776cafe1d842dccd59021a4f8d672fdf6dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
;	'Ghostscript Interpreter DLL'
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_lock_device	@7
		gsdll_copy_dib  	@8
		gsdll_copy_palette 	@9
		gsdll_draw		@10
		gsdll_get_bitmap_row	@11
		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_exit
		gsapi_set_stdio
		gsapi_set_poll
		gsapi_set_display_callback
		gsapi_set_visual_tracer