aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vxl/mingw.diff
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/vxl/mingw.diff')
-rw-r--r--vcpkg/ports/vxl/mingw.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/vxl/mingw.diff b/vcpkg/ports/vxl/mingw.diff
new file mode 100644
index 0000000..134c96f
--- /dev/null
+++ b/vcpkg/ports/vxl/mingw.diff
@@ -0,0 +1,13 @@
+diff --git a/core/vul/vul_temp_filename.cxx b/core/vul/vul_temp_filename.cxx
+index 4921a04..731fee0 100644
+--- a/core/vul/vul_temp_filename.cxx
++++ b/core/vul/vul_temp_filename.cxx
+@@ -11,7 +11,7 @@
+
+ #if defined(_MSC_VER) || defined(__MINGW32__)
+
+-# include <Windows.h>
++# include <windows.h>
+ #else
+ # if defined(unix) || defined(__unix) || defined(__unix__) || defined(__APPLE__)
+ // Helper functions for Unix