diff win/dw-mingw.def @ 1769:d81bebc5c8cc

Mark and I decided to change dw_box_remove*() to dw_box_unpack*() for consistency. This commit should change all exports and references appropriately.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 06 Jul 2012 10:51:28 +0000
parents 896f377a47c7
children 86ace55df07b
line wrap: on
line diff
--- a/win/dw-mingw.def	Sun Jul 01 09:56:49 2012 +0000
+++ b/win/dw-mingw.def	Fri Jul 06 10:51:28 2012 +0000
@@ -32,8 +32,8 @@
   
   dw_mdi_new                             @46
 
-  dw_box_remove                          @47
-  dw_box_remove_at_index                 @48
+  dw_box_unpack                          @47
+  dw_box_unpack_at_index                 @48
 
   dw_window_new                          @50
   dw_window_show                         @51