[PSDK] Fix NIF_STATE definition and add NIF_GUID.

This commit is contained in:
Hermès Bélusca-Maïto 2018-02-04 17:19:40 +01:00
parent e2c6c3cfc7
commit a64c33e787
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -81,8 +81,8 @@ extern "C" {
#define NIF_MESSAGE 1
#define NIF_ICON 2
#define NIF_TIP 4
#define NIF_STATE 8
#if _WIN32_IE >= 0x0500
#define NIF_STATE 8
#define NIF_INFO 16
#define NIS_HIDDEN 1
#define NIS_SHAREDICON 2
@ -92,6 +92,7 @@ extern "C" {
#define NIIF_ERROR 3
#define NIIF_USER 4
#if _WIN32_IE >= 0x0600
#define NIF_GUID 32
#define NIIF_ICON_MASK 0xf
#define NIIF_NOSOUND 0x10
#endif /* _WIN32_IE >= 0x0600 */