On Sat, Nov 26, 2011 at 11:05 PM, Olly Betts <[email protected]> wrote: > On Sat, Nov 26, 2011 at 08:18:31PM +0000, Dave Page wrote: >> > This isn't original wx code - a number of projects define equivalent > macros (and often with the same names, which is where the problems lie > when they do it in API headers and you want to use two or more such > projects at once). > > So just find one with a licence that's compatible:
The irony is that on closer examination we don't actually need the macro at all, as in a Unicode build of wxWidgets (pgAdmin requires Unicode support), it gets defined away to nothing. So, the patch ends up looking like the attached. Guillaume, please give it a quick check in case I missed anything. Thanks! -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
attribute_printf.diff
Description: Binary data
-- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
