Bill Medland billmedland@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.