mirror of https://github.com/acidanthera/audk.git
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:
parent
f3496ff4b0
commit
39f35bb558
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue