mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[MINIHAL] Compile with _NTSYSTEM_ since it's also part of the bootloader.
Fixes compilation because the Hal(Private)DispatchTable's, defined in the bootloader's NTOS stub, are not external imports, as they would be for a standard HAL.
This commit is contained in:
parent
ec1def3f31
commit
39b8d45592
1 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,6 @@ endif()
|
|||
|
||||
add_asm_files(mini_hal_asm ../generic/systimer.S)
|
||||
add_library(mini_hal ${MINI_HAL_SOURCE} ${mini_hal_asm})
|
||||
target_compile_definitions(mini_hal PRIVATE _BLDR_ _MINIHAL_)
|
||||
target_compile_definitions(mini_hal PRIVATE _MINIHAL_ _BLDR_ _NTSYSTEM_)
|
||||
add_dependencies(mini_hal psdk bugcodes asm)
|
||||
add_pch(mini_hal ../include/hal.h MINI_HAL_SOURCE)
|
||||
|
|
Loading…
Reference in a new issue