diff win/dw-mingw.def @ 1861:c836603d3f14

Add dw_shutdown() function which does the same thing as dw_exit() ... except it doesn't actually end the process. Useful for bindings that are expecting to do their own cleanup after the script exits.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 01 Mar 2013 16:51:08 +0000
parents b02aa3947562
children 313e5d64714d
line wrap: on
line diff
--- a/win/dw-mingw.def	Fri Mar 01 13:01:59 2013 +0000
+++ b/win/dw-mingw.def	Fri Mar 01 16:51:08 2013 +0000
@@ -11,7 +11,6 @@
   dw_beep                                @13
   dw_messagebox                          @14
   dw_debug                               @15
-
   dw_environment_query                   @16
   dw_exec                                @17
   dw_browse                              @18
@@ -23,6 +22,7 @@
   dw_main_iteration                      @24
   dw_app_dir                             @25
   dw_main_quit                           @26
+  dw_shutdown                            @27
 
   dw_box_new                             @40
   dw_groupbox_new                        @41