[NTOSKRNL] Implement ObSetDirectoryDeviceMap
[reactos.git] / ntoskrnl / kdbg / kdb_symbols.cmake.c
index c5586a3..a6b260a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
- * FILE:            ntoskrnl/dbg/kdb_symbols.c
+ * FILE:            ntoskrnl/kdbg/kdb_symbols.cmake.c
  * PURPOSE:         Getting symbol information...
  *
  * PROGRAMMERS:     David Welch (welch@cwcom.net)
@@ -13,7 +13,7 @@
 #include <ntoskrnl.h>
 
 #define NDEBUG
-#include "../cache/section/newmm.h"
+#include <cache/section/newmm.h>
 #include <debug.h>
 
 /* GLOBALS ******************************************************************/
@@ -599,7 +599,7 @@ KdbSymProcessSymbols(
         // HACK: module dll names don't identify the real files
         UNICODE_STRING SystemRoot;
         UNICODE_STRING ModuleNameCopy;
-        RtlInitUnicodeString(&SystemRoot, L"\\SystemRoot\\system32\\Drivers\\");
+        RtlInitUnicodeString(&SystemRoot, L"\\SystemRoot\\System32\\Drivers\\");
         ModuleNameCopy.Length = 0;
         ModuleNameCopy.MaximumLength =
             LdrEntry->BaseDllName.MaximumLength + SystemRoot.MaximumLength;