Skip to content

Commit 7abeaaa

Browse files
authored
Merge pull request QB64-Phoenix-Edition#538 from a740g/enable-llvm-mingw-crt-glob
Enable globbing by default when using llvm-mingw
2 parents a5ea67b + 2151c11 commit 7abeaaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/c/qbx.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ extern int32 vWatchHandle();
7171
#endif
7272
*/
7373

74+
#ifdef QB64_WINDOWS
75+
extern int _CRT_glob = -1; // enable globbing on llvm-mingw by default
76+
#endif
77+
7478
extern int32 sub_gl_called;
7579

7680
#ifdef QB64_GUI

0 commit comments

Comments
 (0)