include: Add RTL_CONSTANT_STRING.
This commit is contained in:
parent
fe8f63ce72
commit
7ada8b96fb
1 changed files with 2 additions and 0 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue