From c3df3a12aa88739e303340ccd7436d467b4662d2 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 16 Mar 2022 11:03:57 +0100 Subject: Fixed msys2 build warnings and re-activated CI Mingw64 build. * Removed Visual Studio leftovers. Maintaining an autotools project with VS integration requires some additional overhead. Signed-off-by: Toni Uhlig Signed-off-by: lns --- src/lib/third_party/include/uthash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/third_party/include/uthash.h') diff --git a/src/lib/third_party/include/uthash.h b/src/lib/third_party/include/uthash.h index f78a73b86..c9b7812f3 100644 --- a/src/lib/third_party/include/uthash.h +++ b/src/lib/third_party/include/uthash.h @@ -63,7 +63,7 @@ do { #endif /* a number of the hash function use uint32_t which isn't defined on Pre VS2010 */ -#if defined(_WIN32) +#if defined(WIN32) #if defined(_MSC_VER) && _MSC_VER >= 1600 #include #elif defined(__WATCOMC__) || defined(__MINGW32__) || defined(__CYGWIN__) -- cgit v1.2.3