Add constants for DSA_InsertItem and DPA_InsertPtr according to newest

MSDN headers.
This commit is contained in:
Rolf Kalbermatter 2003-11-11 00:29:31 +00:00 committed by Alexandre Julliard
parent 5722f67bb6
commit 1816f8c0e1
1 changed files with 6 additions and 0 deletions

View File

@ -4417,6 +4417,12 @@ DECL_WINELIB_TYPE_AW(LPNMDATETIMEFORMATQUERY)
#define DateTime_GetMonthCalFont(hdp) \
SNDMSGA (hdp, DTM_GETMCFONT, 0, 0)
#define DA_LAST (0x7fffffff)
#define DPA_APPEND (0x7fffffff)
#define DPA_ERR (-1)
#define DSA_APPEND (0x7fffffff)
#define DSA_ERR (-1)
struct _DSA;
typedef struct _DSA *HDSA;