diff os2/dw.def @ 2901:761b7a12b079

Add va_list versions of dw_debug() and dw_messagebox() for use in C++ bindings. dw_vdebug() and dw_vmessagebox() work similarly to the standard library versions. DW::App:Debug() and DW::App:MessageBox() use them for variable arguments.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 25 Dec 2022 00:20:49 +0000
parents 457c91634881
children 0577a97fe36d
line wrap: on
line diff
--- a/os2/dw.def	Sat Dec 24 14:28:39 2022 +0000
+++ b/os2/dw.def	Sun Dec 25 00:20:49 2022 +0000
@@ -29,6 +29,9 @@
   _dw_init_thread                        @30
   _dw_deinit_thread                      @31
 
+  dw_vdebug                              @35
+  dw_vmessagebox                         @36
+
   dw_box_new                             @40
   dw_groupbox_new                        @41
   dw_box_pack_start                      @42