Skip to content
Snippets Groups Projects
Commit ba449efd authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Unify that bugger.

parent 9e57ffe9
No related branches found
No related tags found
No related merge requests found
349,350c349 --- misc/consts.h.orig 2022-02-25 04:09:31.250909000 -0500
< ( defined( __GNUC__ ) && ( __GNUC__ > 11 ) ) || \ +++ misc/consts.h 2022-02-25 04:09:46.232685000 -0500
< ( defined( _MSC_VER ) && VC_GE_2017( _MSC_VER ) ) @@ -346,8 +346,7 @@
--- #define MAX_TIME_VALUE ( YEARS_TO_SECONDS( 2036 - 1970 ) )
> ( defined( __GNUC__ ) && ( __GNUC__ > 11 ) )\
#if ( defined( __clang__ ) && ( __clang_major__ > 5 ) ) || \
- ( defined( __GNUC__ ) && ( __GNUC__ > 11 ) ) || \
- ( defined( _MSC_VER ) && VC_GE_2017( _MSC_VER ) )
+ ( defined( __GNUC__ ) && ( __GNUC__ > 11 ) )\
#define CURRENT_TIME_VALUE ( ( DATE_YEAR + DATE_MONTH + DATE_DAY - 30 ) * 86400 )
#else
#define CURRENT_TIME_VALUE ( YEARS_TO_SECONDS( 2019 - 1970 ) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment