Re: [Boost-bugs] [Boost C++ Libraries] #3759: Symbian S60 platform support

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3759: Symbian S60 platform support
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-12-13 11:31:31


#3759: Symbian S60 platform support
--------------------------------------------------------+-------------------
 Reporter: Yuriy A. Krasnoschek <aka.rider@…> | Owner: johnmaddock
     Type: Patches | Status: new
Milestone: Boost 1.42.0 | Component: config
  Version: Boost 1.41.0 | Severity: Not Applicable
 Keywords: |
--------------------------------------------------------+-------------------

Comment(by johnmaddock):

 I assume you meant

 #if defined(__WINSCW__) && !defined(BOOST_DISABLE_WIN32)

 not

 #if definde(__WINSCW__) && !defined(BOOST_DISABLE_WIN32)

 ?

 Also why disable Win32 API support when _WIN32 is defined? Or are those
 API's and windows.h really not available?

 And finally, what do the "S60_5th_EDITION" macros do? If they change the
 behaviour of the Symbian SDK then defining them in a header file is very
 much the wrong thing to do - they may already have been defined to other
 values on the command line, and/or the headers that check those macros may
 have already been included.

 John.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3759#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC