src/os/macosx/osx_stdafx.h
author skidd13
Wed, 28 May 2008 16:50:05 +0000
changeset 10762 ad9b3f3325cf
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13312) -Update: apply english.txt changes from r13311 to other languages
/* $Id$ */

/** @file osx_stdafx.h OSX is different on some places. */

#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 GetTime		OTTD_GetTime

#define SL_ERROR OSX_SL_ERROR

#endif /* MACOS_STDAFX_H */