mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 03:34:11 +00:00
Add some defines
svn path=/trunk/; revision=21727
This commit is contained in:
parent
c2698a1559
commit
8e197e1502
1 changed files with 11 additions and 0 deletions
|
@ -56,8 +56,19 @@ extern "C" {
|
|||
#define NIF_ICON 2
|
||||
#define NIF_TIP 4
|
||||
#define NIF_STATE 8
|
||||
#if _WIN32_IE >= 0x0500
|
||||
#define NIF_INFO 16
|
||||
#define NIS_HIDDEN 1
|
||||
#define NIS_SHAREDICON 2
|
||||
#define NIIF_NONE 0
|
||||
#define NIIF_INFO 1
|
||||
#define NIIF_WARNING 2
|
||||
#define NIIF_ERROR 3
|
||||
#if _WIN32_IE >= 0x0600
|
||||
#define NIIF_ICON_MASK 0xf
|
||||
#define NIIF_NOSOUND 0x10
|
||||
#endif /* _WIN32_IE >= 0x0600 */
|
||||
#endif /* _WIN32_IE >= 0x0500 */
|
||||
#define SE_ERR_FNF 2
|
||||
#define SE_ERR_PNF 3
|
||||
#define SE_ERR_ACCESSDENIED 5
|
||||
|
|
Loading…
Reference in a new issue