struct __crt_locale_data is no longer defined in any publicly includable headers. MS deemed this to be "by design" in that they were implementation details that shouldn't have been used. (?)
https://connect.microsoft.com/VisualStudio/feedback/details/892599/
https://connect.microsoft.com/VisualStudio/feedback/details/1882835/locale-t-compile-issues-with-vs2015
http://www.spinics.net/lists/pgsql/msg165412.html
It compiles in VS2015 with the nasty hack from the last link (and PR #9), but it's not really a fix.
struct __crt_locale_datais no longer defined in any publicly includable headers. MS deemed this to be "by design" in that they were implementation details that shouldn't have been used. (?)https://connect.microsoft.com/VisualStudio/feedback/details/892599/
https://connect.microsoft.com/VisualStudio/feedback/details/1882835/locale-t-compile-issues-with-vs2015
http://www.spinics.net/lists/pgsql/msg165412.html
It compiles in VS2015 with the nasty hack from the last link (and PR #9), but it's not really a fix.