fix Win64 compile: Should now work with cmake again, does this break win64 scons anyone?

This commit is contained in:
Daniel Genrich 2009-10-18 17:41:42 +00:00
parent 505f5c58ce
commit a0c567d1b1

@ -32,7 +32,7 @@
#endif
#ifdef BUILD_DATE
#ifndef WIN32
#if (!defined(WIN32) || defined(_WIN64))
const char * build_date=BUILD_DATE;
const char * build_time=BUILD_TIME;
const char * build_rev=BUILD_REV;