diff --git a/src/NmeaParser/BluetoothDevice.UWP.cs b/src/NmeaParser/BluetoothDevice.UWP.cs index 33e2c63..1e28d43 100644 --- a/src/NmeaParser/BluetoothDevice.UWP.cs +++ b/src/NmeaParser/BluetoothDevice.UWP.cs @@ -12,7 +12,7 @@ // * limitations under the License. // ****************************************************************************** -#if WINDOWS_UWP +#if WINDOWS_UWP || WINDOWS using System; using System.Collections.Generic; using System.Linq;