From 19c59e79f00c27287ffa60ef718e0343f7bfdc23 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Wed, 12 Jan 2005 12:32:06 +0000 Subject: [PATCH] Add definition of RTL_CONSTANT_STRING. svn path=/trunk/; revision=12959 --- reactos/w32api/include/ntdef.h | 1 + 1 file changed, 1 insertion(+) 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 */