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:
@@ -1970,9 +1970,10 @@ int main(int argc, char **argv)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
WinSetIcon();
|
WinSetIcon();
|
||||||
|
#endif
|
||||||
MAKE_VER(params.verstr, sizeof(params.verstr));
|
MAKE_VER(params.verstr, sizeof(params.verstr));
|
||||||
printf("%s\n\n",params.verstr);
|
printf("%s\n\n",params.verstr);
|
||||||
#endif
|
|
||||||
int result, v;
|
int result, v;
|
||||||
int option_index = 0;
|
int option_index = 0;
|
||||||
bool bSkip = false, bDry = false, bDupCheck = true, bTemplate;
|
bool bSkip = false, bDry = false, bDupCheck = true, bTemplate;
|
||||||
|
|||||||
Reference in New Issue
Block a user