fix Win64 compile: Should now work with cmake again, does this break win64 scons anyone?
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user