From a0c567d1b1d4ce7a9df5bf7f7899641d6ce36f3d Mon Sep 17 00:00:00 2001 From: Daniel Genrich Date: Sun, 18 Oct 2009 17:41:42 +0000 Subject: fix Win64 compile: Should now work with cmake again, does this break win64 scons anyone? --- source/creator/buildinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/creator/buildinfo.c') diff --git a/source/creator/buildinfo.c b/source/creator/buildinfo.c index cef98915d79..ac14010f572 100644 --- a/source/creator/buildinfo.c +++ b/source/creator/buildinfo.c @@ -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; -- cgit v1.2.3