mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-27 16:01:14 +00:00
Support 2k10 PE x86 series
This commit is contained in:
@@ -713,7 +713,7 @@ static BOOL Is2K10PE(void)
|
||||
memset(szLine, 0, sizeof(szLine));
|
||||
while (fgets(szLine, sizeof(szLine) - 1, fp))
|
||||
{
|
||||
if (strstr(szLine, "\\2k10\\"))
|
||||
if (strstr(szLine, "2k10\\"))
|
||||
{
|
||||
bRet = TRUE;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user