diff 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
line wrap: on
line diff
--- a/win/dw.def	Thu May 14 13:13:45 2020 +0000
+++ b/win/dw.def	Thu May 14 23:27:56 2020 +0000
@@ -21,6 +21,7 @@
   dw_app_dir                             @25
   dw_main_quit                           @26
   dw_shutdown                            @27
+  dw_app_id_set                          @28
   
   _dw_init_thread                        @30
   _dw_deinit_thread                      @31
@@ -320,3 +321,6 @@
   
   dw_utf8_to_wchar                       @520
   dw_wchar_to_utf8                       @521
+
+  dw_notification_new                    @530
+  dw_notification_send                   @531