File: wxMSW-2.9.0-w64-filefn.patch

package info (click to toggle)
libalien-wxwidgets-perl 0.69%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,220 kB
  • sloc: perl: 5,365; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
--- include/wx/filefn.h	Fri Sep 04 06:51:54 2009
+++ include/wx/filefn.h	Wed Mar 10 21:41:47 2010
@@ -203,7 +203,7 @@
     // to avoid using them as they're not present in earlier versions and
     // always using the native functions spelling is easier than testing for
     // the versions
-    #if defined(__BORLANDC__) || defined(__DMC__) || defined(__WATCOMC__) || defined(__MINGW64__)
+    #if defined(__BORLANDC__) || defined(__DMC__) || defined(__WATCOMC__)
         #define wxPOSIX_IDENT(func)    ::func
     #else // by default assume MSVC-compatible names
         #define wxPOSIX_IDENT(func)    _ ## func