mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[HALX86]
Fix halx86 release build svn path=/trunk/; revision=56080
This commit is contained in:
@@ -22,9 +22,17 @@
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
#ifdef DBG
|
||||
#define HAL_BUILD_TYPE (DBG ? PRCB_BUILD_DEBUG : 0)
|
||||
#else
|
||||
#define HAL_BUILD_TYPE 0
|
||||
#endif
|
||||
#else
|
||||
#ifdef DBG
|
||||
#define HAL_BUILD_TYPE ((DBG ? PRCB_BUILD_DEBUG : 0) | PRCB_BUILD_UNIPROCESSOR)
|
||||
#else
|
||||
#define HAL_BUILD_TYPE 0 | PRCB_BUILD_UNIPROCESSOR
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef struct _HAL_BIOS_FRAME
|
||||
|
||||
Reference in New Issue
Block a user