diff win/dw.def @ 2090:cdb94c6fd611

Added initial implmentation of dw_feature_get/set() on all platforms. Only tested on Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 11 Jun 2020 01:11:23 +0000
parents ade83a05a7d8
children c9b776655725
line wrap: on
line diff
--- a/win/dw.def	Fri Jun 05 16:49:31 2020 +0000
+++ b/win/dw.def	Thu Jun 11 01:11:23 2020 +0000
@@ -324,3 +324,6 @@
 
   dw_notification_new                    @530
   dw_notification_send                   @531
+
+  dw_feature_get                         @540
+  dw_feature_set                         @541