mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
tray, windows: define NOTIFYICON_VERSION_4 and NIF_SHOWTIP, if missing.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user