We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22721d7 commit ccaf92eCopy full SHA for ccaf92e
src/ui_extension.cpp
@@ -13,6 +13,7 @@
13
14
#ifdef _WIN32
15
#define OPEN_COMMAND "start"
16
+#undef CreateDirectory // avoid being transformed to `CreateDirectoryA`
17
#elif __linux__
18
#define OPEN_COMMAND "xdg-open"
19
#else
0 commit comments