mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
Use RTL_CONSTANT_STRING instead of ROSRTL macros.
svn path=/trunk/; revision=16076
This commit is contained in:
parent
9d04f9a976
commit
e960d42247
3 changed files with 1 additions and 4 deletions
|
@ -49,7 +49,6 @@
|
|||
#include "ddk/ntddk.h"
|
||||
#include "jsint.h"
|
||||
#include "kjs.h"
|
||||
#include <rosrtl/string.h>
|
||||
|
||||
/*
|
||||
* Types and definitions.
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#include <string.h>
|
||||
#include <msafd.h>
|
||||
#include <helpers.h>
|
||||
#include <rosrtl/string.h>
|
||||
|
||||
#ifdef DBG
|
||||
//DWORD DebugTraceLevel = DEBUG_ULTRA;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue