Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: print ver on all os

This commit is contained in:
bol-van
2026-01-27 10:25:04 +03:00
parent 752cafad7c
commit 68c15864a4

View File

@@ -1970,9 +1970,10 @@ int main(int argc, char **argv)
return 0;
}
WinSetIcon();
#endif
MAKE_VER(params.verstr, sizeof(params.verstr));
printf("%s\n\n",params.verstr);
#endif
int result, v;
int option_index = 0;
bool bSkip = false, bDry = false, bDupCheck = true, bTemplate;