platform/wm/rhodes/bluetooth/Bluetooth.h in rhodes-2.3.2 vs platform/wm/rhodes/bluetooth/Bluetooth.h in rhodes-2.4.0.beta.1
- old
+ new
@@ -1,11 +1,10 @@
#pragma once
#include <windows.h>
-#ifndef OS_WINDOWS
-
+#if defined( OS_WINCE) && !defined( OS_PLATFORM_CE )
#include <winsock2.h>
#include <ws2bth.h>
#include <bthapi.h>
#include <bthutil.h>