Blame src/lib/xpprof32.def

Packit fd8b60
;----------------------------------------------------
Packit fd8b60
;   XPPROF32.DEF - XPPROF32.DLL 
Packit fd8b60
;----------------------------------------------------
Packit fd8b60
Packit fd8b60
;LIBRARY		XPPROF32.DLL
Packit fd8b60
DESCRIPTION	'Cross Platform Profile DLL'
Packit fd8b60
HEAPSIZE	8192
Packit fd8b60
Packit fd8b60
EXPORTS
Packit fd8b60
         profile_abandon		  @1
Packit fd8b60
         profile_add_relation		  @2
Packit fd8b60
         profile_clear_relation		  @3
Packit fd8b60
         profile_flush			  @4
Packit fd8b60
         profile_free_list		  @5
Packit fd8b60
         profile_get_integer		  @6
Packit fd8b60
         profile_get_relation_names	  @7
Packit fd8b60
         profile_get_string		  @8
Packit fd8b60
         profile_get_subsection_names	  @9
Packit fd8b60
         profile_get_values		 @10
Packit fd8b60
         profile_init			 @11
Packit fd8b60
         profile_init_path		 @12
Packit fd8b60
         profile_iterator		 @13
Packit fd8b60
         profile_iterator_create	 @14
Packit fd8b60
         profile_iterator_free		 @15
Packit fd8b60
         profile_release		 @16
Packit fd8b60
         profile_release_string		 @17
Packit fd8b60
         profile_rename_section		 @18
Packit fd8b60
         profile_update_relation	 @19