The Battle for Wesnoth  1.19.0-dev
Classes | Macros
windows_tray_notification.hpp File Reference
#include <SDL2/SDL.h>
#include <string>
#include <windows.h>
#include <shellapi.h>
Include dependency graph for windows_tray_notification.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  windows_tray_notification
 

Macros

#define UNICODE
 
#define _WIN32_IE   _WIN32_WINNT_WIN7
 
#define NIIF_USER   0x00000004
 
#define NIN_BALLOONTIMEOUT   (WM_USER + 4)
 
#define NIN_BALLOONUSERCLICK   (WM_USER + 5)
 

Macro Definition Documentation

◆ _WIN32_IE

#define _WIN32_IE   _WIN32_WINNT_WIN7

Definition at line 26 of file windows_tray_notification.hpp.

◆ NIIF_USER

#define NIIF_USER   0x00000004

Definition at line 29 of file windows_tray_notification.hpp.

◆ NIN_BALLOONTIMEOUT

#define NIN_BALLOONTIMEOUT   (WM_USER + 4)

Definition at line 32 of file windows_tray_notification.hpp.

◆ NIN_BALLOONUSERCLICK

#define NIN_BALLOONUSERCLICK   (WM_USER + 5)

Definition at line 35 of file windows_tray_notification.hpp.

◆ UNICODE

#define UNICODE

Definition at line 22 of file windows_tray_notification.hpp.