Re: include: Include local not system sql.h header
It looks like I needed to tell my linting tool to search the local include directory before searching the system one. -- Andy.
include: Include local not system sql.h header
I have just sent in a patch to use Wine's sql.h instead of the system one, because I noticed that the latter includes , which appears to redefine DWORD as unsigned long, based on its reckoning that the size of a long integer is four bytes on default platforms, whereas - with _MSC_VER undefined - DW