Comment out __TIMESIZE check as mingw64 thinks it is not 64 bits -- so we may not need this

https://github.com/Hamlib/Hamlib/issues/1478
pull/1486/head
Mike Black W9MDB 2024-01-21 23:31:11 -06:00
rodzic 046f3b849c
commit 354606f46d
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -51,9 +51,13 @@
#include <arpa/inet.h>
#endif
// mingw64 still shows __TIMESIZE != 64
// need to do more testing
#if 0
#if __TIMESIZE != 64
#warning TIMESIZE != 64 -- Please report your OS system to hamlib-developer@lists.sourceforge.net
#endif
#endif
// For MSVC install the NUGet pthread package
#if defined(_MSC_VER)