File: mingw_omnipython.patch

package info (click to toggle)
omniorb-dfsg 4.3.3%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,172 kB
  • sloc: cpp: 115,843; python: 24,962; ansic: 13,414; sh: 2,665; makefile: 40
file content (11 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
--- ./include/python1.5/config.h.orig   2000-07-11 13:19:13.000000000 +0200
+++ ./include/python1.5/config.h        2004-06-11 14:19:18.000000000 +0200
@@ -1027,7 +1027,7 @@
 
 /* Microsoft C defines _MSC_VER */
 
-#if defined(_MSC_VER) && _MSC_VER > 850
+#if ( defined( _MSC_VER) && _MSC_VER > 850 ) || defined(__MINGW32__)
 /* Start of defines for MS_WIN32 using VC++ 2.0 and up */
 #define NT     /* NT is obsolete - please use MS_WIN32 instead */
 #define MS_WIN32