Skip to content
Snippets Groups Projects
Commit 26f06b3b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

In Windows build, we need/use that NAME argument in the usage output.

parent 45afbcdd
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -153,6 +153,9 @@ int usage(const char* fname) ...@@ -153,6 +153,9 @@ int usage(const char* fname)
#endif #endif
"\n" "\n"
,getfname(fname) ,getfname(fname)
#if defined(_WIN32)
,NAME
#endif
); );
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment