Fix typo in last check in

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7624 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2009-02-24 01:21:16 +00:00
parent f3496ff4b0
commit 39f35bb558
1 changed files with 1 additions and 1 deletions

View File

@ -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
//