Alexander von Gluck IV 6685cd0002 efibind: Fix usage of efi headers from C++ code
* __STDC_VERSION__ is undefined when headers are called from C++
  code resulting in not using stdint.h and efibind.h
  "making a guess" on what they are. extern "C" will not define
  __STDC_VERSION__.
* Always leverage stdint.h on C++.
* Honestly, gnu-efi should always use stdint.h, or find a better
  way to detect it. (or platforms without it need to catch up to 2007)
2019-11-27 17:03:49 -06:00
..
2019-05-15 05:32:24 +02:00
2017-01-08 06:52:33 -05:00
2018-03-14 14:50:23 -04:00
2015-02-19 11:22:45 -05:00