Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
;	'Ghostscript Interpreter DLL'
2
LIBRARY		GSDLL32
3
EXPORTS	
4
		DllEntryPoint
5
		DllMain
6
		gsdll_revision		@1
7
		gsdll_init		@2
8
		gsdll_execute_begin	@3
9
		gsdll_execute_cont	@4
10
		gsdll_execute_end	@5
11
		gsdll_exit		@6
12
		gsdll_lock_device	@7
13
		gsdll_copy_dib  	@8
14
		gsdll_copy_palette 	@9
15
		gsdll_draw		@10
16
		gsdll_get_bitmap_row	@11
17
		gsapi_revision
18
		gsapi_new_instance
19
		gsapi_delete_instance
20
		gsapi_init_with_args
21
		gsapi_run_string_begin
22
		gsapi_run_string_continue
23
		gsapi_run_string_end
24
		gsapi_run_string_with_length
25
		gsapi_run_string
26
		gsapi_run_file
27
		gsapi_exit
28
		gsapi_set_stdio
29
		gsapi_set_poll
30
		gsapi_set_display_callback
31
		gsapi_set_visual_tracer