We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1b9f6 commit d73e8c6Copy full SHA for d73e8c6
1 file changed
main.cpp
@@ -60,8 +60,9 @@ void processFilesInFolder(const fs::path &folderPath)
60
61
int main(int argc, char **argv)
62
{
63
+#if defined(_WIN32)
64
win32_utf8argv(&argc, &argv);
-
65
+#endif
66
if (argc <= 1)
67
68
displayHelp();
0 commit comments