mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Updated to Universal Headers 3.4
This commit is contained in:
parent
f30c3ad0d9
commit
620a7667eb
31 changed files with 1836 additions and 69 deletions
|
@ -5,8 +5,12 @@
|
|||
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "pywintoolbox.h"
|
||||
#else
|
||||
#include "macglue.h"
|
||||
#include "pymactoolbox.h"
|
||||
#endif
|
||||
|
||||
/* Macro to test whether a weak-loaded CFM function exists */
|
||||
#define PyMac_PRECHECK(rtn) do { if ( &rtn == NULL ) {\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue