X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FDisablePaging32.c;h=d462c01ff398ab8268bd6840a523c997c5e4b643;hp=d3c77183ebbc62657c24193996b57509663ac4ec;hb=f734a10ab104f1072f94cab66a5489e0fd8fce8a;hpb=bd0aee7629debf78fffc656f62bd01af3acc0464 diff --git a/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c b/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c index d3c77183eb..d462c01ff3 100644 --- a/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c +++ b/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c @@ -15,7 +15,9 @@ // // Include common header file for this module. // -#include "CommonHeader.h" +#include + +#if _MSC_EXTENSIONS __declspec (naked) VOID @@ -49,3 +51,4 @@ InternalX86DisablePaging32 ( } } +#endif