diff win/dw-mingw.def @ 1678:896f377a47c7

Added exports for building with MinGW on Windows and Watcom on OS/2. Updated some errorneous text in the source comments. Updated readme with information about the new functions.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 27 Apr 2012 15:49:16 +0000
parents 5facb5380944
children d81bebc5c8cc
line wrap: on
line diff
--- a/win/dw-mingw.def	Fri Apr 27 15:33:05 2012 +0000
+++ b/win/dw-mingw.def	Fri Apr 27 15:49:16 2012 +0000
@@ -32,6 +32,9 @@
   
   dw_mdi_new                             @46
 
+  dw_box_remove                          @47
+  dw_box_remove_at_index                 @48
+
   dw_window_new                          @50
   dw_window_show                         @51
   dw_window_hide                         @52