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