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:
@@ -101,7 +101,7 @@
|
|||||||
#endif
|
#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
|
// No ANSI C 2000 stdint.h integer width declarations, so define equivalents
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user