mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Add definition of RTL_CONSTANT_STRING.
svn path=/trunk/; revision=12959
This commit is contained in:
parent
5c7b628714
commit
19c59e79f0
1 changed files with 1 additions and 0 deletions
|
@ -60,4 +60,5 @@ typedef struct _OBJECT_ATTRIBUTES {
|
||||||
} OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES;
|
} OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES;
|
||||||
#endif
|
#endif
|
||||||
#define NOTHING
|
#define NOTHING
|
||||||
|
#define RTL_CONSTANT_STRING(s) { sizeof(s)-sizeof((s)[0]), sizeof(s), s }
|
||||||
#endif /* _NTDEF_H */
|
#endif /* _NTDEF_H */
|
||||||
|
|
Loading…
Reference in a new issue