include: Add missing enum XHR_PROP_ values.

This commit is contained in:
Alistair Leslie-Hughes 2023-01-05 17:41:38 +11:00 committed by Alexandre Julliard
parent 7ac173fb43
commit 51a27f3124

View file

@ -267,6 +267,9 @@ typedef [v1_enum] enum _XHR_PROPERTY
XHR_PROP_EXTENDED_ERROR,
XHR_PROP_QUERY_STRING_UTF8,
XHR_PROP_IGNORE_CERT_ERRORS,
XHR_PROP_ONDATA_THRESHOLD,
XHR_PROP_SET_ENTERPRISEID,
XHR_PROP_MAX_CONNECTIONS
} XHR_PROPERTY;
typedef struct tagXHR_COOKIE