- In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build....
[reactos.git] / reactos / boot / freeldr / freeldr / windows / wlmemory.c
index 78e9589..c365034 100644 (file)
@@ -614,7 +614,7 @@ WinLdrTurnOnPaging(IN OUT PLOADER_PARAMETER_BLOCK LoaderBlock,
        DPRINTM(DPRINT_WINDOWS, "Memory Descriptor List prepared, printing PDE\n");
        List_PaToVa(&LoaderBlock->MemoryDescriptorListHead);
 
        DPRINTM(DPRINT_WINDOWS, "Memory Descriptor List prepared, printing PDE\n");
        List_PaToVa(&LoaderBlock->MemoryDescriptorListHead);
 
-#ifdef DBG
+#if DBG
        {
                ULONG *PDE_Addr=(ULONG *)PDE;//0xC0300000;
                int j;
        {
                ULONG *PDE_Addr=(ULONG *)PDE;//0xC0300000;
                int j;