mirror of https://github.com/ventoy/Ventoy.git
fix build error issue #713
This commit is contained in:
parent
1f1769d235
commit
725a33f988
|
@ -1 +1,2 @@
|
|||
123
|
||||
#include <Uefi.h>
|
||||
int vdisk_get_vdisk_raw(UINT8 **buf, UINT32 *size) { *buf = NULL; *size = 0; return 0; }
|
Loading…
Reference in New Issue