Commit 7279ba9b authored by longpanda's avatar longpanda
Browse files

Ventoy2Disk.exe add a star to identify secure boot

parent 3929ed55
No preview for this file type
......@@ -70,6 +70,7 @@ typedef enum STR_ID
STR_WEB_REQUEST_TIMEOUT, //35
STR_WEB_SERVICE_UNAVAILABLE, //36
STR_WEB_TOKEN_MISMATCH, //37
STR_WEB_SERVICE_BUSY, //38
STR_ID_MAX
}STR_ID;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -231,5 +231,6 @@ UINT32 VentoyCrc32(void *Buffer, UINT32 Length);
liCurrentPosition.QuadPart = pos; \
SetFilePointerEx(hDrive, liCurrentPosition, &liCurrentPosition, FILE_BEGIN)\
#define SECURE_ICON_STRING "*"
#endif
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -140,6 +140,7 @@
<ItemGroup>
<Image Include="res\icon2.ico" />
<Image Include="Res\refresh.ico" />
<Image Include="Res\secure.ico" />
<Image Include="Res\ventoy.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
......
......@@ -153,5 +153,8 @@
<Image Include="Res\refresh.ico">
<Filter>资源文件</Filter>
</Image>
<Image Include="Res\secure.ico">
<Filter>资源文件</Filter>
</Image>
</ItemGroup>
</Project>
\ No newline at end of file
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment