Looks like we have the same issue with MS VC++ 2012 Express, so if it doesn't
break anything we need in psqlodbc.h ">=" instead of "=="
#ifndef WIN32
#include "config.h"
#else
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
*#if (_MSC_VER >= 1400) /* in case of VC++ 2005 or higher */
#include <winsock2.h>
#endif /* _MSC_VER >= 1400 */*
#endif
...jack
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Compiling-psqlODBC-on-Windows-with-MS-VC-2005-Express-tp5756122p5756139.html
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.