diff options
Diffstat (limited to 'common/threads.c')
-rw-r--r-- | common/threads.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/threads.c b/common/threads.c index ccbe209f..d45efc91 100644 --- a/common/threads.c +++ b/common/threads.c @@ -292,6 +292,8 @@ void altss_delete(altss_t tss_id) int altimespec_get(struct timespec *ts, int base) { + static_assert(sizeof(FILETIME) == sizeof(ULARGE_INTEGER), + "Size of FILETIME does not match ULARGE_INTEGER"); if(base == AL_TIME_UTC) { union { |