mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-11-15 18:13:33 +00:00
93996cf7e2
2. Add WIMBOOT for UEFI mode.
13 lines
188 B
C
13 lines
188 B
C
/*
|
|
* 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"
|