mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Use RTL_CONSTANT_STRING instead of ROSRTL macros.
svn path=/trunk/; revision=16076
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user