Small change to allow for generation of QuickTime module for Windows.
This commit is contained in:
parent
620a7667eb
commit
6f4f8c7fe1
|
@ -116,8 +116,12 @@ VarVarOutBuffer = VarVarHeapOutputBufferType('char', 'long', 'l') # (buf, len, &
|
|||
|
||||
# Stuff added immediately after the system include files
|
||||
includestuff = """
|
||||
#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…
Reference in New Issue