|
From: Jonathan W. <jo...@tp...> - 2005-07-01 13:36:51
|
mabie if you put #include <windows.h> before the #include <sql.h>, it might work... The microsoft version of sql.h actually says "preconditions: #include "windows.h"" so MingW is being correct here :) |