comparison win/dw-mingw.def @ 1887:09860ba329a4

Divided thread initialization and deinitialization into separate exported functions so they can be accessed from language bindings.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 09 Sep 2013 19:18:36 +0000
parents 313e5d64714d
children 0448507827e6
comparison
equal deleted inserted replaced
1886:f7d408a47752 1887:09860ba329a4
21 dw_main_sleep @23 21 dw_main_sleep @23
22 dw_main_iteration @24 22 dw_main_iteration @24
23 dw_app_dir @25 23 dw_app_dir @25
24 dw_main_quit @26 24 dw_main_quit @26
25 dw_shutdown @27 25 dw_shutdown @27
26
27 _dw_init_thread @30
28 _dw_deinit_thread @31
26 29
27 dw_box_new @40 30 dw_box_new @40
28 dw_groupbox_new @41 31 dw_groupbox_new @41
29 dw_box_pack_start @42 32 dw_box_pack_start @42
30 dw_box_pack_end @43 33 dw_box_pack_end @43