mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
- Fix a sneaky breakage of MSVC built kernels. "i386" is a gcc define and we don't define it in the makefiles.
svn path=/trunk/; revision=43724
This commit is contained in:
parent
ebaa2b818d
commit
f8fd318e35
1 changed files with 1 additions and 1 deletions
|
@ -1828,7 +1828,7 @@ Phase1InitializationDiscard(IN PVOID Context)
|
|||
InbvUpdateProgressBar(80);
|
||||
|
||||
/* Initialize VDM support */
|
||||
#ifdef i386
|
||||
#if defined(_M_IX86)
|
||||
KeI386VdmInitialize();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue