Moved and renamed some ReactOS specific macros
[reactos.git] / reactos / drivers / fs / fs_rec / udfs.c
index faaf354..b1bd080 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: udfs.c,v 1.3 2003/11/13 15:25:28 ekohl Exp $
+/* $Id: udfs.c,v 1.4 2003/11/17 02:12:49 hyperion Exp $
  *
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
@@ -28,6 +28,7 @@
 /* INCLUDES *****************************************************************/
 
 #include <ddk/ntddk.h>
+#include <rosrtl/string.h>
 
 #define NDEBUG
 #include <debug.h>
@@ -271,7 +272,7 @@ FsRecUdfsFsControl(IN PDEVICE_OBJECT DeviceObject,
 
       case IRP_MN_LOAD_FILE_SYSTEM:
        DPRINT("Udfs: IRP_MN_LOAD_FILE_SYSTEM\n");
-       RtlInitUnicodeStringFromLiteral(&RegistryPath,
+       RtlRosInitUnicodeStringFromLiteral(&RegistryPath,
                             L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\Udfs");
        Status = ZwLoadDriver(&RegistryPath);
        if (!NT_SUCCESS(Status))