]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
fix build error issue #713
authorlongpanda <admin@ventoy.net>
Fri, 22 Jan 2021 07:24:32 +0000 (15:24 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 22 Jan 2021 07:24:32 +0000 (15:24 +0800)
EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/VDiskChain/VDiskRawData.c

index 190a18037c64c43e6b11489df4bf0b9eb6d2c9bf..a0aaaa1b8424c612d78bd7b3b327466b68233d6d 100644 (file)
@@ -1 +1,2 @@
-123
+#include <Uefi.h>
+int vdisk_get_vdisk_raw(UINT8 **buf, UINT32 *size) { *buf = NULL; *size = 0; return 0; }
\ No newline at end of file