9 Jan
2007
9 Jan
'07
5:16 a.m.
Bill Medland <billmedland(a)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(a)winehq.org
6916
Age (days ago)
6916
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard