mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-12-22 19:46:16 +00:00
1. Optimization for WIMBOOT mode.
2. Add WIMBOOT for UEFI mode.
This commit is contained in:
12
wimboot/wimboot-2.7.3/src/vsprintf.c
Normal file
12
wimboot/wimboot-2.7.3/src/vsprintf.c
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Quick and dirty wrapper around iPXE's unmodified vsprintf.c
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include "wimboot.h"
|
||||
|
||||
#define FILE_LICENCE(x)
|
||||
|
||||
#include "ipxe/vsprintf.c"
|
||||
Reference in New Issue
Block a user