diff options
Diffstat (limited to 'sd/source/ui/remotecontrol/BluetoothServer.cxx')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index bf68261e95e1..c5ad4e20d18c 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -1307,7 +1307,7 @@ void SAL_CALL BluetoothServer::run() mpImpl->mpConnection = nullptr; mpImpl->mpContext = nullptr; -#elif defined(WIN32) +#elif defined(_WIN32) WORD wVersionRequested; WSADATA wsaData; |