summaryrefslogtreecommitdiff
path: root/numpy/distutils/mingw/gfortran_vs2003_hack.c
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/mingw/gfortran_vs2003_hack.c')
-rw-r--r--numpy/distutils/mingw/gfortran_vs2003_hack.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/numpy/distutils/mingw/gfortran_vs2003_hack.c b/numpy/distutils/mingw/gfortran_vs2003_hack.c
new file mode 100644
index 000000000..ca6194564
--- /dev/null
+++ b/numpy/distutils/mingw/gfortran_vs2003_hack.c
@@ -0,0 +1,6 @@
+int _get_output_format(void)
+{
+ return 0;
+}
+
+int _imp____lc_codepage = 0;