mohabouje / WinToast

WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event.
MIT License
688 stars 127 forks source link

Minor Fixes #28

Closed sraboy closed 6 years ago

sraboy commented 6 years ago

Since VS2017 is a bit better on standards compliance, two changes were required to get it to compile. not is technically a reserved keyword so I renamed two vars from not to notify. The other was that WinToast::notifier can't be qualified with the class name within the class definition.

The other is just to update two function definitions' SAL notations to match the declarations.