[ros-diffs] [navaraf] 12959: Add definition of RTL_CONSTANT_STRING.

navaraf at svn.reactos.com navaraf at svn.reactos.com
Wed Jan 12 13:32:08 CET 2005


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 */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050112/87035b04/attachment.html


More information about the Ros-diffs mailing list