From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com> writes:
> > On Windows, _configthreadlocale() enables us to restrict the effect of
> setlocale() only to the calling thread. We can call it in
> ecpg_do_prolog/epilog().
>
> How far back does that exist?
I couldn't find the relevant doc, but I've just confirmed I can use it with Visual Studio 2008 on Win7, which is my
oldestcombination at hand. VS 2008 is already past its EOL, and the support for Win7 will end next year, so the
combinationis practically enough.
Regards
Takayuki Tsunakawa