add tests to odbccp32

Alexandre Julliard julliard at winehq.org
Tue Jan 9 05:16:29 CST 2007


Bill Medland <billmedland at shaw.ca> writes:

> +    /* MSDN states that the error number should be between 1 and 8.  Passing 0 is an error */
> +    sql_ret = SQLInstallerError(0, NULL, NULL, 0, NULL);
> +    todo_wine(sql_ret == SQL_ERROR, "SQLInstallerError(0...) failed with %d instead of SQL_ERROR\n", sql_ret);

That's not how todo_wine is used, this won't do anything useful.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list