Commit 18daf628 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Add WS_STRING_VALUE and WS_XML_STRING_VALUE.

parent 9928202d
......@@ -1879,6 +1879,9 @@ HRESULT WINAPI WsXmlStringEquals(const WS_XML_STRING*, const WS_XML_STRING*, WS_
#define WS_E_SECURITY_TOKEN_EXPIRED 0x803d0022
#define WS_E_SECURITY_SYSTEM_FAILURE 0x803d0023
#define WS_STRING_VALUE(s) { sizeof(s) / sizeof((s)[0]) - 1, (WCHAR *)(s) }
#define WS_XML_STRING_VALUE(s) { sizeof(s) - 1, (BYTE *)(s) }
#ifdef __cplusplus
}
#endif /* __cplusplus */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment