Skip to content

Commit

Permalink
Merge pull request #538 from a740g/enable-llvm-mingw-crt-glob
Browse files Browse the repository at this point in the history
Enable globbing by default when using llvm-mingw
  • Loading branch information
a740g authored Sep 12, 2024
2 parents a5ea67b + 2151c11 commit 7abeaaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/c/qbx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ extern int32 vWatchHandle();
#endif
*/

#ifdef QB64_WINDOWS
extern int _CRT_glob = -1; // enable globbing on llvm-mingw by default
#endif

extern int32 sub_gl_called;

#ifdef QB64_GUI
Expand Down

0 comments on commit 7abeaaa

Please sign in to comment.