diff dw.h @ 2070:370baf78abdc

Mac: Added dw_app_id_set() and updates to generate the APP ID automatically.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 15 May 2020 01:19:55 +0000
parents b4b49d29b940
children 9101babfc421
line wrap: on
line diff
--- a/dw.h	Thu May 14 23:40:34 2020 +0000
+++ b/dw.h	Fri May 15 01:19:55 2020 +0000
@@ -1525,6 +1525,9 @@
 #define UINT_TYPEDEFED 1
 #define INT_TYPEDEFED 1
 
+/* Use the dbsoft.org application domain by default if not specified */
+#define DW_APP_DOMAIN_DEFAULT "org.dbsoft.dwindows"
+
 /* Support for API deprecation in supported compilers */
 #if defined(__has_feature) && !defined(__has_extension)
 #define __has_extension __has_feature