Commit 7ada8b96 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Add RTL_CONSTANT_STRING.

parent fe8f63ce
......@@ -84,4 +84,6 @@ typedef struct _RTL_BALANCED_NODE
#define RTL_BALANCED_NODE_RESERVED_PARENT_MASK 3
#define RTL_CONSTANT_STRING(s) { sizeof(s) - sizeof(s[0]), sizeof(s), (void*)s }
#endif /* _NTDEF_ */
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