Rémi Bernon (@rbernon) commented about dlls/bluetoothapis/tests/radio.c:
+#include <bthsdpdef.h> +#include <bluetoothapis.h>
+#include <wine/test.h>
+void test_BluetoothFindFirstRadio( void ) +{
- HANDLE radio, dummy = (HANDLE)0xdeadbeef;
- BLUETOOTH_FIND_RADIO_PARAMS find_params;
- HBLUETOOTH_RADIO_FIND find;
- DWORD err, exp;
- radio = dummy;
- SetLastError( 0xdeadbeef );
- find = BluetoothFindFirstRadio( NULL, &radio );
- ok ( !find, "Expected %p to be NULL\n", find );
```suggestion:-0+0 ok( !find, "Expected %p to be NULL\n", find ); ```