diff dw.h @ 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 3f571ad9b92e
children c6b47f3db988
line wrap: on
line diff
--- a/dw.h	Thu Sep 05 17:58:40 2013 +0000
+++ b/dw.h	Mon Sep 09 19:18:36 2013 +0000
@@ -1770,5 +1770,8 @@
 void API dw_print_cancel(HPRINT print);
 wchar_t * API dw_utf8_to_wchar(char *utf8string);
 char * API dw_wchar_to_utf8(wchar_t *wstring);
+/* Exported for language bindings */
+void API _dw_init_thread(void);
+void API _dw_deinit_thread(void);
 
 #endif