Partial work related to OS X 10.6 SDK compilation

issue #33: Modernize support for various MacOS APIs to their 10.5 equivalents.
This commit is contained in:
Sorin Sbarnea 2009-04-24 10:11:28 +00:00
parent e69caf4d8b
commit 86c29452f9
5 changed files with 5 additions and 5 deletions

View file

@ -15,10 +15,10 @@
#ifndef COSXSCREEN_H
#define COSXSCREEN_H
#include <Carbon/Carbon.h>
#include "CPlatformScreen.h"
#include "stdmap.h"
#include "stdvector.h"
#include <Carbon/Carbon.h>
#include <mach/mach_port.h>
#include <mach/mach_interface.h>