Skip to content

Commit ccaf92e

Browse files
committed
Update ui_extension.cpp
1 parent 22721d7 commit ccaf92e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui_extension.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#ifdef _WIN32
1515
#define OPEN_COMMAND "start"
16+
#undef CreateDirectory // avoid being transformed to `CreateDirectoryA`
1617
#elif __linux__
1718
#define OPEN_COMMAND "xdg-open"
1819
#else

0 commit comments

Comments
 (0)