summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-24 01:21:16 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-24 01:21:16 +0000
commit39f35bb558c0732ac9133b0e7f538fe454c06450 (patch)
tree8afa300b55e9ea9fd821b0ced1dcd25c6388d6eb /MdePkg
parentf3496ff4b02c2bc4d5ce24c5293e4d92e5e4eee5 (diff)
Fix typo in last check in
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7624 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Ipf/ProcessorBind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Ipf/ProcessorBind.h b/MdePkg/Include/Ipf/ProcessorBind.h
index eb31c3f7b..deaf5a292 100644
--- a/MdePkg/Include/Ipf/ProcessorBind.h
+++ b/MdePkg/Include/Ipf/ProcessorBind.h
@@ -101,7 +101,7 @@
#endif
-#if defined(__STDC_VERSION__) && (__STDC_VERSION__ < 199901L)
+#if !defined (__STDC_VERSION__) || (__STDC_VERSION__) < 199901L
//
// No ANSI C 2000 stdint.h integer width declarations, so define equivalents
//