From 235edf36cc202bb21c00d0e5e05ebf076fb0542e Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 22 Jan 2008 16:18:11 +0000 Subject: [PATCH] This goes with the patch for #1839, #1463 --- utils/ghc-pkg/CRT_noglob.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 utils/ghc-pkg/CRT_noglob.c diff --git a/utils/ghc-pkg/CRT_noglob.c b/utils/ghc-pkg/CRT_noglob.c new file mode 100644 index 0000000..b4c670b --- /dev/null +++ b/utils/ghc-pkg/CRT_noglob.c @@ -0,0 +1,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; -- 1.7.10.4