Fix repro build.

This commit is contained in:
christos 2016-12-18 16:34:19 +00:00
parent fe0abb10ef
commit aaaf8fa320

View File

@ -70,8 +70,13 @@ AslDoResponseFile (
#define ASL_TOKEN_SEPARATORS " \t\n"
#define ASL_SUPPORTED_OPTIONS "@:a:b|c|d^D:e:f^gh^i|I:l^m:no|p:P^r:s|t|T+G^v^w|x:z"
#ifdef ACPI_REPRO
static char ASL_BUILD_DATE[] = "Jan 1, 1970";
static char ASL_BUILD_TIME[] = "00:00:00";
#else
static char ASL_BUILD_DATE[] = __DATE__;
static char ASL_BUILD_TIME[] = __TIME__;
#endif
/*******************************************************************************