comparison 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
comparison
equal deleted inserted replaced
2900:fe31d4535270 2901:761b7a12b079
26 dw_shutdown @27 26 dw_shutdown @27
27 dw_app_id_set @28 27 dw_app_id_set @28
28 28
29 _dw_init_thread @30 29 _dw_init_thread @30
30 _dw_deinit_thread @31 30 _dw_deinit_thread @31
31
32 dw_vdebug @35
33 dw_vmessagebox @36
31 34
32 dw_box_new @40 35 dw_box_new @40
33 dw_groupbox_new @41 36 dw_groupbox_new @41
34 dw_box_pack_start @42 37 dw_box_pack_start @42
35 dw_box_pack_end @43 38 dw_box_pack_end @43