Remove #ifdef __APPLE__ glue, this will be the same as UNIX, eventually.

Originally committed to SVN as r2146.
This commit is contained in:
Amar Takhar 2008-03-25 23:43:28 +00:00
parent ffaac724e1
commit 91c641789f
1 changed files with 1 additions and 6 deletions

View File

@ -40,17 +40,12 @@
#ifdef __WINDOWS__
#include "config.h"
#include "../build/svn-revision.h"
#else
#ifdef __APPLE__
#include "macosx/config.h"
#include "../build/svn-revision.h"
#else
#ifndef BUILD_SVN_REVISION
#define BUILD_SVN_REVISION 0
#endif
#endif
#endif
#define _T_rec(X) _T(X)