This goes with the patch for #1839, #1463
[ghc-hetmet.git] / utils / ghc-pkg / CRT_noglob.c
1 // Turns off globbing for MingW, this is the same as that
2 // CRT_noglob.o, but avoids having to locate CRT_nogob.o in the
3 // filesystem.
4 unsigned long _CRT_glob = 0;