mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Add definition of RTL_CONSTANT_STRING.
svn path=/trunk/; revision=12959
This commit is contained in:
@@ -60,4 +60,5 @@ typedef struct _OBJECT_ATTRIBUTES {
|
||||
} OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES;
|
||||
#endif
|
||||
#define NOTHING
|
||||
#define RTL_CONSTANT_STRING(s) { sizeof(s)-sizeof((s)[0]), sizeof(s), s }
|
||||
#endif /* _NTDEF_H */
|
||||
|
||||
Reference in New Issue
Block a user