X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FInterlockedDecrement.c;h=c7ace7ad5443bf162596729be9743a229f90f295;hp=f0d5fb249a28c5815e383b6d3f041d2e263ba58b;hb=f734a10ab104f1072f94cab66a5489e0fd8fce8a;hpb=23086ba84cbb13350a2464b857b197eef67f1361 diff --git a/MdePkg/Library/BaseLib/Ia32/InterlockedDecrement.c b/MdePkg/Library/BaseLib/Ia32/InterlockedDecrement.c index f0d5fb249a..c7ace7ad54 100644 --- a/MdePkg/Library/BaseLib/Ia32/InterlockedDecrement.c +++ b/MdePkg/Library/BaseLib/Ia32/InterlockedDecrement.c @@ -1,7 +1,7 @@ /** @file InterlockedDecrement function - Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -12,7 +12,10 @@ **/ -#if _MSC_EXTENSIONS +// +// Include common header file for this module. +// + UINT32 EFIAPI @@ -26,5 +29,3 @@ InternalSyncDecrement ( mov eax, [eax] } } - -#endif