Small change to allow for generation of QuickTime module for Windows.

This commit is contained in:
Jack Jansen 2001-12-18 15:48:28 +00:00
parent 620a7667eb
commit 6f4f8c7fe1
1 changed files with 4 additions and 0 deletions

View File

@ -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 ) {\\