diff os2/dw.lnk @ 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 6949c73e30fd
children cb9e8494f534
line wrap: on
line diff
--- a/os2/dw.lnk	Thu Sep 05 17:58:40 2013 +0000
+++ b/os2/dw.lnk	Mon Sep 09 19:18:36 2013 +0000
@@ -19,6 +19,9 @@
 export dw_app_dir.25
 export dw_main_quit.26
 export dw_shutdown.27
+  
+export _dw_init_thread.30
+export _dw_deinit_thread.31
 
 export dw_box_new.40
 export dw_groupbox_new.41