- Fix DBG macro AGAIN which got broken during the switch to cmake. Checked build...
[reactos.git] / reactos / ntoskrnl / ke / amd64 / kiinit.c
index 76cb371..2aef8a2 100644 (file)
@@ -114,7 +114,7 @@ KiInitializePcr(IN PKIPCR Pcr,
 #ifndef CONFIG_SMP
     Pcr->Prcb.BuildType |= PRCB_BUILD_UNIPROCESSOR;
 #endif
-#ifdef DBG
+#if DBG
     Pcr->Prcb.BuildType |= PRCB_BUILD_DEBUG;
 #endif