mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:25:49 +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 "ddk/ntddk.h"
|
||||||
#include "jsint.h"
|
#include "jsint.h"
|
||||||
#include "kjs.h"
|
#include "kjs.h"
|
||||||
#include <rosrtl/string.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Types and definitions.
|
* Types and definitions.
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <msafd.h>
|
#include <msafd.h>
|
||||||
#include <helpers.h>
|
#include <helpers.h>
|
||||||
#include <rosrtl/string.h>
|
|
||||||
|
|
||||||
#ifdef DBG
|
#ifdef DBG
|
||||||
//DWORD DebugTraceLevel = DEBUG_ULTRA;
|
//DWORD DebugTraceLevel = DEBUG_ULTRA;
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ntsecapi.h>
|
#include <ntsecapi.h>
|
||||||
#include <lsass/lsass.h>
|
#include <lsass/lsass.h>
|
||||||
#include <rosrtl/string.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
@ -281,7 +280,7 @@ LsaRegisterLogonProcess(PLSA_STRING LsaLogonProcessName,
|
||||||
PHANDLE Handle,
|
PHANDLE Handle,
|
||||||
PLSA_OPERATIONAL_MODE OperationalMode)
|
PLSA_OPERATIONAL_MODE OperationalMode)
|
||||||
{
|
{
|
||||||
UNICODE_STRING Portname = ROS_STRING_INITIALIZER(L"\\SeLsaCommandPort");
|
UNICODE_STRING Portname = RTL_CONSTANT_STRING(L"\\SeLsaCommandPort");
|
||||||
ULONG ConnectInfoLength;
|
ULONG ConnectInfoLength;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
LSASS_REQUEST Request;
|
LSASS_REQUEST Request;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue