ChangeSet ID: 21536 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/29 05:07:06
Modified files: include : shellapi.h
Log message: Peter Lemenkov petro@mail.ru Added some definitions.
Patch: http://cvs.winehq.org/patch.py?id=21536
Old revision New revision Changes Path 1.34 1.35 +3 -0 wine/include/shellapi.h
Index: wine/include/shellapi.h diff -u -p wine/include/shellapi.h:1.34 wine/include/shellapi.h:1.35 --- wine/include/shellapi.h:1.34 29 Nov 2005 11: 7: 6 -0000 +++ wine/include/shellapi.h 29 Nov 2005 11: 7: 6 -0000 @@ -60,6 +60,9 @@ BOOL WINAPI DragQueryPoint(HDROP hDrop, #define NIF_MESSAGE 0x00000001 #define NIF_ICON 0x00000002 #define NIF_TIP 0x00000004 +#define NIF_STATE 0x00000008 +#define NIF_INFO 0x00000010 +#define NIF_GUID 0x00000020
#define NIM_ADD 0x00000000 #define NIM_MODIFY 0x00000001