mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Added definition.
svn path=/trunk/; revision=8180
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user