1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

include: Add RTL_CONSTANT_STRING.

This commit is contained in:
Alex Henrie 2022-12-12 22:49:24 -07:00 committed by Alexandre Julliard
parent fe8f63ce72
commit 7ada8b96fb

View File

@ -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_ */