Win Toasts: remove fallback macro defines

This commit is contained in:
Charles Dang 2024-12-12 19:20:41 -05:00
parent 2066456654
commit 425eca473f

View file

@ -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>