We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e948d commit 2501acaCopy full SHA for 2501aca
1 file changed
Modules/socketmodule.c
@@ -379,7 +379,7 @@ dup_socket(SOCKET handle)
379
#define SOCKETCLOSE close
380
#endif
381
382
-#if defined(HAVE_BLUETOOTH_H) || defined(HAVE_BLUETOOTH_BLUETOOTH_H) && !defined(__NetBSD__)
+#if (defined(HAVE_BLUETOOTH_H) || defined(HAVE_BLUETOOTH_BLUETOOTH_H)) && !defined(__NetBSD__)
383
#define USE_BLUETOOTH 1
384
#if defined(__FreeBSD__)
385
#define BTPROTO_L2CAP BLUETOOTH_PROTO_L2CAP
0 commit comments