mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix DBG macro AGAIN which got broken during the switch to cmake. Checked build: DBG = 1, free build: DBG = 0. Noobs.
svn path=/trunk/; revision=56090
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
#ifdef DBG
|
||||
#if DBG
|
||||
#define HAL_BUILD_TYPE (DBG ? PRCB_BUILD_DEBUG : 0)
|
||||
#else
|
||||
#define HAL_BUILD_TYPE 0
|
||||
#endif
|
||||
#else
|
||||
#ifdef DBG
|
||||
#if DBG
|
||||
#define HAL_BUILD_TYPE ((DBG ? PRCB_BUILD_DEBUG : 0) | PRCB_BUILD_UNIPROCESSOR)
|
||||
#else
|
||||
#define HAL_BUILD_TYPE 0 | PRCB_BUILD_UNIPROCESSOR
|
||||
|
||||
Reference in New Issue
Block a user