diff win/edge.cpp @ 2088:94ea915bd917

Win: Initial implementation of notifications on Windows. Currently using WinToast. Update readme regarding WinToast support and in-source comments regarding the API. Fix missing "API" calling conventions on OS/2 and Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 05 Jun 2020 16:27:00 +0000
parents 43453c9a404c
children 9a5dbda8f2ab
line wrap: on
line diff
--- a/win/edge.cpp	Fri Jun 05 06:00:17 2020 +0000
+++ b/win/edge.cpp	Fri Jun 05 16:27:00 2020 +0000
@@ -5,9 +5,6 @@
  * Requires Windows 10, 8 or 7 with Microsoft Edge (Chromium) installed.
  * 
  * Only included when BUILD_EDGE is defined, will fall back to embedded IE.
- *
- * Currently only buildable with Visual Studio since it requires the EDGE
- * SDK which is currently distributed as a nuget package. 
  */
 #include "dw.h"
 #include "webview2.h"