]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/DivU64x64Remainder.c
1. Remove #ifdef _MSC_EXTENSION_ from all source files
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / DivU64x64Remainder.c
index 2a893147c70b5eb5c7e6542b38f896d2aa7de003..14b2f2789b55f00f3fd0b0b828b7480a154672e5 100644 (file)
@@ -2,7 +2,7 @@
   Calculate the quotient of a 64-bit integer by a 64-bit integer and returns\r
   both the quotient and the remainderSet error flag for all division functions\r
 \r
-  Copyright (c) 2006, Intel Corporation<BR>\r
+  Copyright (c) 2006 - 2007, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -13,8 +13,6 @@
 \r
 **/\r
 \r
-#if _MSC_EXTENSIONS\r
-\r
 UINT64\r
 EFIAPI\r
 InternalMathDivRemU64x64 (\r
@@ -66,4 +64,3 @@ Return:
   }\r
 }\r
 \r
-#endif\r