John, Patch merged. Nice catch!
Thanks, Wayne On 1/8/2019 12:56 PM, John Beard wrote: > Hi, > > Quick patch for a misuse of __WXWINDOWS__ for checking the presence of > Windows. The correct macro is __WINDOWS__ or __WXMSW__ in GUI > programs. > > __WXWINDOWS__ is always set, on all platforms. > > The alternative is to remove the ifdef entirely, as this is not a big > issue to do on non-windows platforms, as it has been doing this > quietly since Feb 2018! > > Cheers, > > John > > Ref: https://docs.wxwidgets.org/3.0/page_cppconst.html > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

