Added note for issue #15

This commit is contained in:
bzt 2021-11-04 15:32:17 +01:00
parent fb7d37ffe3
commit b910799e87

View file

@ -333,7 +333,7 @@ then
#include <efi.h>
#include <uefi.h>
```
should workaround the problem by avoiding the inclusion of stdint.h and definitng uint64_t by efibind.h as `unsigned long long`.
should workaround the problem by avoiding the inclusion of stdint.h and defining uint64_t by efibind.h as `unsigned long long`.
License
-------