diff os2/dw.lnk @ 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 dcd6181223a9
children 6949c73e30fd
line wrap: on
line diff
--- a/os2/dw.lnk	Fri Mar 01 13:01:59 2013 +0000
+++ b/os2/dw.lnk	Fri Mar 01 16:51:08 2013 +0000
@@ -7,7 +7,6 @@
 export dw_beep.13
 export dw_messagebox.14
 export dw_debug.15
-
 export dw_environment_query.16
 export dw_exec.17
 export dw_browse.18
@@ -19,6 +18,7 @@
 export dw_main_iteration.24
 export dw_app_dir.25
 export dw_main_quit.26
+export dw_shutdown.27
 
 export dw_box_new.40
 export dw_groupbox_new.41