]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c
1. Remove #ifdef _MSC_EXTENSION_ from all source files
[mirror_edk2.git] / MdePkg / Library / BaseIoLibIntrinsic / IoLibGcc.c
index 69fb878888fdd532ed48ae1193ce6b767a39a694..806f44bbe77bea28cab4123ecaea426ca610259e 100644 (file)
@@ -10,7 +10,7 @@
   We don't advocate putting compiler specifics in libraries or drivers but there\r
   is no other way to make this work.\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
@@ -23,8 +23,6 @@
 \r
 **/\r
 \r
-#ifdef __GNUC__\r
-\r
 /**\r
   Reads an 8-bit MMIO register.\r
 \r
@@ -383,4 +381,3 @@ IoWrite32 (
   return Value;\r
 }\r
 \r
-#endif\r