1. change icon from * to a lock icon

2. typo correct
3. misc update
This commit is contained in:
longpanda
2021-02-27 10:37:40 +08:00
parent 08634fba9f
commit 7b08954e57
9 changed files with 34 additions and 15 deletions

View File

@@ -231,6 +231,6 @@ UINT32 VentoyCrc32(void *Buffer, UINT32 Length);
liCurrentPosition.QuadPart = pos; \
SetFilePointerEx(hDrive, liCurrentPosition, &liCurrentPosition, FILE_BEGIN)\
#define SECURE_ICON_STRING "*"
#define SECURE_ICON_STRING _UICON(UNICODE_LOCK)
#endif