os/macosx/osx_stdafx.h
author bjarni
Sun, 03 Sep 2006 15:45:48 +0000
changeset 4530 1cb4289dda98
parent 3016 958672b0f8e2
permissions -rw-r--r--
(svn r6357) -Cleanup: [OSX] corrected some info for the bundle (info window in finder)
/* $Id$ */

#ifndef MACOS_STDAFX_H
#define MACOS_STDAFX_H

#include <CoreServices/CoreServices.h>
// remove the variables that CoreServices defines, but we define ourselves too
#undef bool
#undef false
#undef true

/* Name conflict */
#define Rect		OTTDRect
#define Point		OTTDPoint
#define GetTime		OTTDGetTime

#define SL_ERROR OSX_SL_ERROR

#endif /* MACOS_STDAFX_H */