Harmonize uses of _WIN32 macro

This commit is contained in:
Larry Doolittle 2018-03-06 09:43:42 -08:00 committed by Clifford Wolf
parent 307c16a309
commit 82fecc98c0
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ struct PerformanceTimer
}
static int64_t query() {
# if _WIN32
# ifdef _WIN32
return 0;
# elif defined(_POSIX_TIMERS) && (_POSIX_TIMERS > 0)
struct timespec ts;