This goes with the patch for #1839, #1463
[ghc-hetmet.git] / 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 (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;