"Shoaib Mir" <[EMAIL PROTECTED]> writes: > As a workaround if you dont want to make the change and delete "inline" from > wchar.c then you can do the following change in the win32.mak file for > libpq:
> "WIN32" /D "_WINDOWS" /D "inline=__inline" /Fp"$(INTDIR)\libpq.pch" /YX\ That's even stranger: it will accept __inline but not inline? But anyway, if that works I suggest we make pg_config.h.win32 #define inline as __inline and see if that works on all Windows compilers. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly