27 Aug
2007
27 Aug
'07
8:21 a.m.
On 8/27/07 11:09 AM, "Simon Hausmann" <hausmann@kde.org> wrote:
2) Change the call to PathFindFileName to only be #if PLATFORM(WIN) (currently it's PLATFORM(WIN_OS), which includes Qt), and make a PLATFORM(QT) version.
I don't know which is the better choice for the Qt build. Perhaps Lars or Simon have a better idea?
I like the latter idea :)
Perhaps it would make sense to keep it PLATFORM(WIN_OS), but add a PLATFORM(QT) case above it then - this way, other possible Windows ports wouldn't get the default Unix code path. - WBR, Alexey Proskuryakov