File: wxMSW-2.8.10-w64-mslu.patch

package info (click to toggle)
libalien-wxwidgets-perl 0.69%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,220 kB
  • sloc: perl: 5,365; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
--- src/msw/mslu.cpp	2010-01-07 22:38:40.000000000 +0100
+++ src/msw/mslu.cpp	2010-01-07 22:39:45.000000000 +0100
@@ -61,7 +61,7 @@
 #include <io.h>
 #include <sys/stat.h>
 
-#ifdef __VISUALC__
+#if defined(__VISUALC__) || defined(__MINGW64_VERSION_MAJOR)
     #include <direct.h>
 #endif