comparison win/dw.def @ 2068:ade83a05a7d8

Added notification stubs for Windows and OS/2. Windows code is in progress, but having some build system integration issues. So I wanted to commit the stubs at least to ensure things still build in the meantime.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 14 May 2020 23:27:56 +0000
parents c30f4354966e
children cdb94c6fd611
comparison
equal deleted inserted replaced
2067:3ccd0da07514 2068:ade83a05a7d8
19 dw_main_sleep @23 19 dw_main_sleep @23
20 dw_main_iteration @24 20 dw_main_iteration @24
21 dw_app_dir @25 21 dw_app_dir @25
22 dw_main_quit @26 22 dw_main_quit @26
23 dw_shutdown @27 23 dw_shutdown @27
24 dw_app_id_set @28
24 25
25 _dw_init_thread @30 26 _dw_init_thread @30
26 _dw_deinit_thread @31 27 _dw_deinit_thread @31
27 28
28 dw_box_new @40 29 dw_box_new @40
318 dw_print_run @511 319 dw_print_run @511
319 dw_print_cancel @512 320 dw_print_cancel @512
320 321
321 dw_utf8_to_wchar @520 322 dw_utf8_to_wchar @520
322 dw_wchar_to_utf8 @521 323 dw_wchar_to_utf8 @521
324
325 dw_notification_new @530
326 dw_notification_send @531