Suppress some prompt window when install Ventoy.

This commit is contained in:
longpanda
2022-12-17 23:36:59 +08:00
parent 5c174c4521
commit 2de7d9ffe0
8 changed files with 212 additions and 33 deletions

View File

@@ -357,6 +357,7 @@ void disk_io_reset_write_error(void);
const char* GUID2String(void* guid, char* buf, int len);
void VentoyStringToUpper(CHAR* str);
BOOL AlertSuppressInit(void);
void SetAlertPromptHookEnable(BOOL enable);
#define VTSI_SUPPORT 1