tray, windows: define NOTIFYICON_VERSION_4 and NIF_SHOWTIP, if missing.
This commit is contained in:
@@ -29,6 +29,13 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#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)
|
#define WM_TRAYICON (WM_USER + 1)
|
||||||
|
|
||||||
struct SDL_TrayMenu {
|
struct SDL_TrayMenu {
|
||||||
|
|||||||
Reference in New Issue
Block a user