Add definition of RTL_CONSTANT_STRING.
Modified: trunk/reactos/w32api/include/ntdef.h
_____
Modified: trunk/reactos/w32api/include/ntdef.h
--- trunk/reactos/w32api/include/ntdef.h 2005-01-12 12:31:10 UTC
(rev 12958)
+++ trunk/reactos/w32api/include/ntdef.h 2005-01-12 12:32:06 UTC
(rev 12959)
@@ -60,4 +60,5 @@
} OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES;
#endif
#define NOTHING
+#define RTL_CONSTANT_STRING(s) { sizeof(s)-sizeof((s)[0]), sizeof(s), s
}
#endif /* _NTDEF_H */