Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263
[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;