Added definition.

svn path=/trunk/; revision=8180
This commit is contained in:
Art Yerkes 2004-02-15 01:08:54 +00:00
parent 2124442b3d
commit d194919316

View file

@ -1,4 +1,4 @@
/* $Id: string.h,v 1.1 2003/11/17 02:12:52 hyperion Exp $
/* $Id: string.h,v 1.2 2004/02/15 01:08:54 arty Exp $
*/
#ifndef ROSRTL_STRING_H__
@ -42,6 +42,10 @@ extern "C"
#define ROS_EMPTY_STRING {0, 0, NULL}
NTSTATUS NTAPI RosAppendUnicodeString( PUNICODE_STRING ResultFirst,
PUNICODE_STRING Second,
BOOL Deallocate );
#ifdef __cplusplus
}
#endif