changeset 33 | 3e2da88830cd |
parent 18 | 2f34d5167611 |
--- a/config.tests/unix/odbc/odbc.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/config.tests/unix/odbc/odbc.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -39,6 +39,9 @@ ** ****************************************************************************/ +#ifdef __MINGW32__ +#include <windows.h> +#endif #include <sql.h> #include <sqlext.h>