mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
NMI Support Patch 7 Build Fixer:
[HAL]: Define HalpNMIInProgress as an external in the HAL private headers. svn path=/trunk/; revision=44863
This commit is contained in:
parent
9e858a7261
commit
126c7209ac
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,8 @@ HalpReleaseCmosSpinLock(
|
|||
#endif // !CONFIG_SMP
|
||||
#endif // _M_AMD64
|
||||
|
||||
extern BOOLEAN HalpNMIInProgress;
|
||||
|
||||
extern PVOID HalpRealModeStart;
|
||||
extern PVOID HalpRealModeEnd;
|
||||
|
||||
|
|
Loading…
Reference in a new issue