forked from mia/Aegisub
Remove #ifdef __APPLE__ glue, this will be the same as UNIX, eventually.
Originally committed to SVN as r2146.
This commit is contained in:
parent
ffaac724e1
commit
91c641789f
1 changed files with 1 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue