summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-03-10 15:00:18 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2024-03-10 15:56:29 +0000
commit5c516d9bd0b3d6c094a9349c58e141a603e00136 (patch)
treecaab73366ab8de2f4910f517d3962cfe21294cea
parent71c17acf0f6d9ae3ed7b30f9589421680057fa7e (diff)
Workaround for missing AF_UNIX support in MingW-32 Yocto toolchains
Change-Id: I761446ac169386236b39566bd5103857a218c9aa Reviewed-by: Robert Griebl <robert.griebl@qt.io> (cherry picked from commit af205862fe1bcc5f37ea2da3655cca6cebb2f743) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--src/3rdparty/libdbus/config-windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libdbus/config-windows.h b/src/3rdparty/libdbus/config-windows.h
index 0bf9b046..ede01fc9 100644
--- a/src/3rdparty/libdbus/config-windows.h
+++ b/src/3rdparty/libdbus/config-windows.h
@@ -84,7 +84,7 @@
/* #undef GLIB_VERSION_MAX_ALLOWED */
// headers
-#define HAVE_AFUNIX_H 1
+/* #undef HAVE_AFUNIX_H */
/* #undef HAVE_ALLOCA_H */
/* #undef HAVE_BYTESWAP_H */
/* #undef HAVE_CRT_EXTERNS_H */