Changes between Version 59 and Version 60 of CygwinPort
- Timestamp:
- 04/25/11 10:57:45 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CygwinPort
v59 v60 66 66 * #9166 -- sympow does not work on cygwin (This should be fixed by the patches made for Solaris x86 - see #9703) 67 67 68 == how to mark CYGWIN-specific parts in code == 69 70 gcc on CYGWIN defines a variable {{{__CYGWIN__}}}. So you can use it to #if(n)def stuff. 71 68 72 == issue with Python 2.6 (obsolete, as Cygwin now has Python 2.6.5 as the standard) == 69 73