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:
ReactOS Portable Systems Group 2010-01-01 21:07:22 +00:00
parent 9e858a7261
commit 126c7209ac

View file

@ -244,6 +244,8 @@ HalpReleaseCmosSpinLock(
#endif // !CONFIG_SMP
#endif // _M_AMD64
extern BOOLEAN HalpNMIInProgress;
extern PVOID HalpRealModeStart;
extern PVOID HalpRealModeEnd;