Win Toasts: remove fallback macro defines
This commit is contained in:
parent
2066456654
commit
425eca473f
1 changed files with 0 additions and 13 deletions
|
@ -21,19 +21,6 @@
|
|||
#ifndef UNICODE
|
||||
#define UNICODE
|
||||
#endif
|
||||
//defines that mingw misses
|
||||
#ifndef _WIN32_IE
|
||||
#define _WIN32_IE _WIN32_WINNT_WIN10 //specifying target platform to be Windows 10 and higher
|
||||
#endif
|
||||
#ifndef NIIF_USER
|
||||
#define NIIF_USER 0x00000004
|
||||
#endif
|
||||
#ifndef NIN_BALLOONTIMEOUT
|
||||
#define NIN_BALLOONTIMEOUT (WM_USER + 4)
|
||||
#endif
|
||||
#ifndef NIN_BALLOONUSERCLICK
|
||||
#define NIN_BALLOONUSERCLICK (WM_USER + 5)
|
||||
#endif
|
||||
// ShellAPI.h should be included after Windows.h only!
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue