

calling conventions:
  M$      __stdcall       == WINAPI
  Linux   EXPORT CALLBACK == ??


# define SQL_HANDLE_ENV			SQL_SMALLINT
# define SQL_NULL_HANDLE		0
--- these were not defined in the M$ .h files.


RETCODE SQL_API	SQLBrowseConnect ( HDBC,HWND,UCHAR FAR*,SWORD,UCHAR FAR*,
			SWORD,SWORD FAR*);
--- M$ version doesn't include the 2nd parameter: HWND ...
