mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Added definition.
svn path=/trunk/; revision=8180
This commit is contained in:
parent
2124442b3d
commit
d194919316
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue