"Magnus Hagander" <mha@sollentuna.net> writes:
> This patch appears to have killed win32 builds that *don't* have NLS
> enabled:
> pg_locale.c:109: error: `LC_MESSAGES' undeclared (first use in this
> function)
Silly me for assuming all WIN32 platforms are alike ;-)
What's the appropriate behavior in this case --- just treat it as a
no-op, as we do on Unix when LC_MESSAGES isn't defined?
regards, tom lane