diff win/dw-mingw.def @ 1528:5facb5380944

Added dw_main_quit() function for exiting the dw_main() loop. Also some cleanups added to dw_exit() on OS/2 and Windows. Changed OS/2 to no longer destroy the message queue when leaving dw_main()... it should be done in dw_exit().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 05 Jan 2012 15:45:11 +0000
parents 1794caee0758
children 896f377a47c7
line wrap: on
line diff
--- a/win/dw-mingw.def	Tue Jan 03 15:59:00 2012 +0000
+++ b/win/dw-mingw.def	Thu Jan 05 15:45:11 2012 +0000
@@ -22,6 +22,7 @@
   dw_main_sleep                          @23
   dw_main_iteration                      @24
   dw_app_dir                             @25
+  dw_main_quit                           @26
 
   dw_box_new                             @40
   dw_groupbox_new                        @41