From 68c15864a42b04bc4d05e93e70f0e1b584d63ff6 Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 27 Jan 2026 10:25:04 +0300 Subject: [PATCH] nfqws2: print ver on all os --- nfq2/nfqws.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nfq2/nfqws.c b/nfq2/nfqws.c index 2fe8d9d..e614ea7 100644 --- a/nfq2/nfqws.c +++ b/nfq2/nfqws.c @@ -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;