comparison os2/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
22 dw_main_sleep @23 22 dw_main_sleep @23
23 dw_main_iteration @24 23 dw_main_iteration @24
24 dw_app_dir @25 24 dw_app_dir @25
25 dw_main_quit @26 25 dw_main_quit @26
26 dw_shutdown @27 26 dw_shutdown @27
27 dw_app_id_set @28
27 28
28 _dw_init_thread @30 29 _dw_init_thread @30
29 _dw_deinit_thread @31 30 _dw_deinit_thread @31
30 31
31 dw_box_new @40 32 dw_box_new @40
321 dw_print_run @511 322 dw_print_run @511
322 dw_print_cancel @512 323 dw_print_cancel @512
323 324
324 dw_utf8_to_wchar @520 325 dw_utf8_to_wchar @520
325 dw_wchar_to_utf8 @521 326 dw_wchar_to_utf8 @521
327
328 dw_notification_new @530
329 dw_notification_send @531