Moved and renamed some ReactOS specific macros
[reactos.git] / reactos / lib / secur32 / lsa.c
index 76970ec..3e43bcd 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: lsa.c,v 1.8 2003/09/08 09:56:57 weiden Exp $
+/* $Id: lsa.c,v 1.9 2003/11/17 02:12:50 hyperion Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS system libraries
@@ -12,6 +12,7 @@
 
 #include <windows.h>
 #include <ddk/ntddk.h>
+#include <rosrtl/string.h>
 #include <napi/lpc.h>
 #include <lsass/lsass.h>
 #include <string.h>
@@ -281,7 +282,7 @@ LsaRegisterLogonProcess(PLSA_STRING LsaLogonProcessName,
                        PHANDLE Handle,
                        PLSA_OPERATIONAL_MODE OperationalMode)
 {
-   UNICODE_STRING Portname = UNICODE_STRING_INITIALIZER(L"\\SeLsaCommandPort");
+   UNICODE_STRING Portname = ROS_STRING_INITIALIZER(L"\\SeLsaCommandPort");
    ULONG ConnectInfoLength;
    NTSTATUS Status;
    LSASS_REQUEST Request;