Use RTL_CONSTANT_STRING instead of ROSRTL macros.

svn path=/trunk/; revision=16076
This commit is contained in:
Filip Navara 2005-06-19 07:07:52 +00:00
parent 9d04f9a976
commit e960d42247
3 changed files with 1 additions and 4 deletions

View file

@ -49,7 +49,6 @@
#include "ddk/ntddk.h"
#include "jsint.h"
#include "kjs.h"
#include <rosrtl/string.h>
/*
* Types and definitions.

View file

@ -14,7 +14,6 @@
#include <string.h>
#include <msafd.h>
#include <helpers.h>
#include <rosrtl/string.h>
#ifdef DBG
//DWORD DebugTraceLevel = DEBUG_ULTRA;

View file

@ -13,7 +13,6 @@
#include <windows.h>
#include <ntsecapi.h>
#include <lsass/lsass.h>
#include <rosrtl/string.h>
#include <string.h>
/* GLOBALS *******************************************************************/
@ -281,7 +280,7 @@ LsaRegisterLogonProcess(PLSA_STRING LsaLogonProcessName,
PHANDLE Handle,
PLSA_OPERATIONAL_MODE OperationalMode)
{
UNICODE_STRING Portname = ROS_STRING_INITIALIZER(L"\\SeLsaCommandPort");
UNICODE_STRING Portname = RTL_CONSTANT_STRING(L"\\SeLsaCommandPort");
ULONG ConnectInfoLength;
NTSTATUS Status;
LSASS_REQUEST Request;