summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/CRT_noglob.c
blob: b4c670bdfad46c09129e2790b67161cfe03b3867 (plain)
1
2
3
4
// Turns off globbing for MingW, this is the same as that
// CRT_noglob.o, but avoids having to locate CRT_nogob.o in the
// filesystem.
unsigned long _CRT_glob = 0;