mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
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).
This commit is contained in:
parent
c4dcb3801e
commit
4676048b43
1 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue