mirror of
https://gitlab.com/bztsrc/posix-uefi.git
synced 2025-01-01 03:25:52 +01:00
Added note for issue #15
This commit is contained in:
parent
fb7d37ffe3
commit
b910799e87
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ then
|
||||||
#include <efi.h>
|
#include <efi.h>
|
||||||
#include <uefi.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
|
License
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in a new issue