Skip to content
Snippets Groups Projects
Commit 1816f8c0 authored by Rolf Kalbermatter's avatar Rolf Kalbermatter Committed by Alexandre Julliard
Browse files

Add constants for DSA_InsertItem and DPA_InsertPtr according to newest

MSDN headers.
parent 5722f67b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment