This goes with the patch for #1839, #1463
authorSimon Marlow <simonmar@microsoft.com>
Tue, 22 Jan 2008 16:18:11 +0000 (16:18 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 22 Jan 2008 16:18:11 +0000 (16:18 +0000)
utils/ghc-pkg/CRT_noglob.c [new file with mode: 0644]

diff --git a/utils/ghc-pkg/CRT_noglob.c b/utils/ghc-pkg/CRT_noglob.c
new file mode 100644 (file)
index 0000000..b4c670b
--- /dev/null
@@ -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;