I broke the build with the preprocessor... oops.

Originally committed to SVN as r1591.
This commit is contained in:
Niels Martin Hansen 2007-09-24 17:45:04 +00:00
parent 0dd60ed25a
commit ba44069d7a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#include <wx/datetime.h>
#include "version.h"
#if __WINDOWS__ || __APPLE__
#if defined(__WINDOWS__) || defined(__APPLE__)
// This include is generated by build/make-svn-rev-header.py
// That script should be run before every build is initiated
#include "build/svn-revision.h"