mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user