]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix typo in last check in
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Feb 2009 01:21:16 +0000 (01:21 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Feb 2009 01:21:16 +0000 (01:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7624 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Ipf/ProcessorBind.h

index eb31c3f7bdb31b4eed26250964cfa49396576180..deaf5a292a4fda01a465bf4ad8d8eb29127f06a4 100644 (file)
 #endif\r
 \r
 \r
-#if defined(__STDC_VERSION__) && (__STDC_VERSION__ < 199901L)\r
+#if !defined (__STDC_VERSION__) || (__STDC_VERSION__) < 199901L\r
   //\r
   // No ANSI C 2000 stdint.h integer width declarations, so define equivalents\r
   //\r