comparison win/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
24 dw_shutdown @27 24 dw_shutdown @27
25 dw_app_id_set @28 25 dw_app_id_set @28
26 26
27 _dw_init_thread @30 27 _dw_init_thread @30
28 _dw_deinit_thread @31 28 _dw_deinit_thread @31
29
30 dw_vdebug @35
31 dw_vmessagebox @36
29 32
30 dw_box_new @40 33 dw_box_new @40
31 dw_groupbox_new @41 34 dw_groupbox_new @41
32 dw_box_pack_start @42 35 dw_box_pack_start @42
33 dw_box_pack_end @43 36 dw_box_pack_end @43