From 39f35bb558c0732ac9133b0e7f538fe454c06450 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Tue, 24 Feb 2009 01:21:16 +0000 Subject: Fix typo in last check in git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7624 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Ipf/ProcessorBind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Ipf/ProcessorBind.h b/MdePkg/Include/Ipf/ProcessorBind.h index eb31c3f..deaf5a2 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 // -- cgit v1.1