Modified:
branches/guffert/util/installer.c
Log:
needed to use wchar function
Modified: branches/guffert/util/installer.c
===================================================================
--- branches/guffert/util/installer.c 2007-11-20 23:36:22 UTC (rev 885)
+++ branches/guffert/util/installer.c 2007-11-20 23:41:26 UTC (rev 886)
@@ -281,7 +281,7 @@
if (SQLGetPrivateProfileStringW(driver->name, NULL, W_EMPTY, buf, 4096,
W_ODBCINST_INI) < 1)
{
- SQLPostInstallerError(ODBC_ERROR_INVALID_NAME, W_CANNOT_FIND_DRIVER);
+ SQLPostInstallerErrorW(ODBC_ERROR_INVALID_NAME, W_CANNOT_FIND_DRIVER);
return -1;
}
| Thread |
|---|
| • Connector/ODBC 3.51 commit: r886 - branches/guffert/util | jbalint | 21 Nov |