Commit 4fcbfd49 authored by Mark Dickinson's avatar Mark Dickinson

Merged revisions 74846 via svnmerge from

svn+ssh://pythondev@www.python.org/python/branches/py3k

................
  r74846 | mark.dickinson | 2009-09-16 21:32:35 +0100 (Wed, 16 Sep 2009) | 11 lines

  Merged revisions 74843 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74843 | mark.dickinson | 2009-09-16 21:26:31 +0100 (Wed, 16 Sep 2009) | 4 lines

    Remove outdated include; this include was breaking OS X builds using
    non-Apple gcc4.3 and gcc4.4 (because CoreFoundation/CoreFoundation.h
    won't compile under non-Apple gcc).
  ........
................
parent 7fd28bef
......@@ -32,10 +32,6 @@ This software comes with no warranty. Use at your own risk.
#include <wchar.h>
#endif
#if defined(__APPLE__)
#include <CoreFoundation/CoreFoundation.h>
#endif
#if defined(MS_WINDOWS)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment