Fix build issue on OSX 10.4

This commit is contained in:
Ronald Oussoren 2008-06-06 21:31:33 +00:00
parent 3f67c43f78
commit 0d236eb05a
6 changed files with 80 additions and 8 deletions

View file

@ -30,6 +30,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Carbon/Carbon.h>
#include <ApplicationServices/ApplicationServices.h>
#ifndef HAVE_MACOS105_SDK
typedef SInt16 FSIORefNum;
#endif
static PyObject *MacOS_Error; /* Exception MacOS.Error */