Handle the case whereby BUILD_DATE is already defined.

This commit is contained in:
Pierre-Antoine Lacaze
2012-01-09 10:29:16 +01:00
parent 0be1b70fba
commit d8728104b4

View File

@@ -54,7 +54,9 @@
#ifdef ISPC_IS_WINDOWS
#define strcasecmp stricmp
#ifndef BUILD_DATE
#define BUILD_DATE __DATE__
#endif
#define BUILD_VERSION ""
#endif // ISPC_IS_WINDOWS