tray, windows: define NOTIFYICON_VERSION_4 and NIF_SHOWTIP, if missing.

This commit is contained in:
Ozkan Sezer
2024-12-27 05:30:50 +03:00
parent c744c8fc0b
commit 50fbae9302

View File

@@ -29,6 +29,13 @@
#include <stdlib.h>
#ifndef NOTIFYICON_VERSION_4
#define NOTIFYICON_VERSION_4 4
#endif
#ifndef NIF_SHOWTIP
#define NIF_SHOWTIP 0x00000080
#endif
#define WM_TRAYICON (WM_USER + 1)
struct SDL_TrayMenu {