matchesPkg: match against the pkg Id (foo-1.0) not just the package name (foo)
[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;