diff dw.h @ 2069:b4b49d29b940

Win: Windows 10 requires a GUID for Toast activation, so add that to dw_app_id_set().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 14 May 2020 23:40:34 +0000
parents ade83a05a7d8
children 370baf78abdc
line wrap: on
line diff
--- a/dw.h	Thu May 14 23:27:56 2020 +0000
+++ b/dw.h	Thu May 14 23:40:34 2020 +0000
@@ -1790,7 +1790,7 @@
 char * API dw_file_browse(const char *title, const char *defpath, const char *ext, int flags);
 char * API dw_user_dir(void);
 char * API dw_app_dir(void);
-int API dw_app_id_set(const char *appid);
+int API dw_app_id_set(const char *appid, const char *appguid);
 DWDialog * API dw_dialog_new(void *data);
 int API dw_dialog_dismiss(DWDialog *dialog, void *result);
 void * API dw_dialog_wait(DWDialog *dialog);