mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
[ODBCCP32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
This commit is contained in:
parent
7601011f4e
commit
6c2597df71
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ if (0) /* Crashes on XP. */
|
||||||
ok(cnt == 0, "SQLRemoveDriver failed %d\n", cnt);
|
ok(cnt == 0, "SQLRemoveDriver failed %d\n", cnt);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_SQLInstallTranslatorEx(void)
|
static void test_SQLInstallTranslatorEx(void)
|
||||||
{
|
{
|
||||||
char path[MAX_PATH];
|
char path[MAX_PATH];
|
||||||
char syspath[MAX_PATH];
|
char syspath[MAX_PATH];
|
||||||
|
|
Loading…
Reference in a new issue