diff --git a/reactos/w32api/include/ntdef.h b/reactos/w32api/include/ntdef.h index 0622cdd82ba..70cc41fe584 100644 --- a/reactos/w32api/include/ntdef.h +++ b/reactos/w32api/include/ntdef.h @@ -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 */