# HG changeset patch # User William Roberts # Date 1271070723 -3600 # Node ID f21b00489775649dc7fb1bd6401e814257e8e8b5 # Parent fcd52893bbd3b7b2f2035f93b8fd0a26302d3274 Remove #if defined(WINS) guards to fix Bug 2485 diff -r fcd52893bbd3 -r f21b00489775 usbmgmt/usbmgr/host/fdf/production/client/group/bld.inf --- a/usbmgmt/usbmgr/host/fdf/production/client/group/bld.inf Thu Apr 01 00:28:40 2010 +0300 +++ b/usbmgmt/usbmgr/host/fdf/production/client/group/bld.inf Mon Apr 12 12:12:03 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -20,8 +20,6 @@ @internalComponent */ -#if !defined(WINS) - PRJ_PLATFORMS ARMV5 @@ -33,5 +31,3 @@ PRJ_TESTEXPORTS ../public/usbhoststack.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usbhost/internal/usbhoststack.h) - -#endif