log dwcompat.h @ 2829:c543f7df7867

age author description
Tue, 16 Aug 2022 17:24:29 +0000 bsmith Win: Attempt to fix MingW64 builds, _MSC_VER seems to no longer be defined...
Sun, 14 Aug 2022 15:36:36 +0000 bsmith Make dwcompat.h allow mixing of C and C++ code. GitHub issue #3.
Sun, 03 Oct 2021 20:02:12 +0000 bsmith OS2: EMX/GCC defines _IN_ADDR_T_DECLARED when it is defined.
Sun, 03 Oct 2021 19:43:57 +0000 bsmith Win/OS2: Add a definition for in_addr_t as unsigned long.
Mon, 16 Aug 2021 06:51:28 +0000 bsmith Linux: Isolate linux/android specific code in #ifdef __linux__
Wed, 11 Aug 2021 20:32:13 +0000 bsmith iOS/Android: With no autoconf #define HAVE_PIPE, Android and iOS should have
Mon, 09 Aug 2021 23:36:23 +0000 bsmith iOS/Android: Since these don't use autoconf, define HAVE_DIRENT_H.