fixed kdbg build
Modified: trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S
Modified: trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c

Modified: trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S
--- trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S	2005-07-20 19:44:47 UTC (rev 16671)
+++ trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S	2005-07-20 21:38:17 UTC (rev 16672)
@@ -1,4 +1,4 @@
-#include <internal/asm.h>
+#include <ndk/asm.h>
 #include <ndk/i386/segment.h>
 
 .text

Modified: trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c
--- trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c	2005-07-20 19:44:47 UTC (rev 16671)
+++ trunk/reactos/ntoskrnl/kdbg/kdb_symbols.c	2005-07-20 21:38:17 UTC (rev 16672)
@@ -342,7 +342,7 @@
   RtlZeroMemory(CacheEntry, sizeof (IMAGE_SYMBOL_INFO_CACHE));
 
   /* fill entry */
-  RtlpCreateUnicodeString(&CacheEntry->FileName, FileName->Buffer, PagedPool);
+  RtlCreateUnicodeString(&CacheEntry->FileName, FileName->Buffer);
   ASSERT(CacheEntry->FileName.Buffer);
   CacheEntry->RefCount = 1;
   CacheEntry->RosSymInfo = RosSymInfo;