Skip to content
Snippets Groups Projects
Commit 27c279d0 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 bdf26a0a
Branches
Tags
No related merge requests found
......@@ -153,6 +153,9 @@ int usage(const char* fname)
#endif
"\n"
,getfname(fname)
#if defined(_WIN32)
,NAME
#endif
);
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment