I just tried compiling: #include <windows.h> #include <sql.h>
int main() { return 0; } with: gcc -mno-cygwin and it worked fine. So it's a conflict with the cygwin headers sqltypes.h somewhere, I'll try to figure it out. -- Rafael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/