From 34533b995285f7c5a80932e4448251f144d4613b Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sat, 22 Oct 2011 03:56:11 +0200 Subject: [linux] Fixed build errors --- platform/location_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/location_service.cpp') diff --git a/platform/location_service.cpp b/platform/location_service.cpp index 9ecd552b7c..96dee69fb1 100644 --- a/platform/location_service.cpp +++ b/platform/location_service.cpp @@ -84,7 +84,7 @@ namespace location m_services.push_back(CreateAppleLocationService(*this)); #endif -#if defined(OMIM_OS_DESKTOP) +#if defined(OMIM_OS_MAC) || defined(OMIM_OS_WINDOWS) m_services.push_back(CreateWiFiLocationService(*this)); #endif } -- cgit v1.2.3