odbc32: Cast-qual warning fix.
This commit is contained in:
parent
b44d713d23
commit
278efe5f7a
|
@ -218,7 +218,7 @@ static void ODBC_ReplicateODBCInstToRegistry (SQLHENV hEnv)
|
||||||
NULL, NULL, NULL)) == ERROR_FILE_NOT_FOUND)
|
NULL, NULL, NULL)) == ERROR_FILE_NOT_FOUND)
|
||||||
{
|
{
|
||||||
if ((reg_ret = RegSetValueExA (hDrivers, desc, 0,
|
if ((reg_ret = RegSetValueExA (hDrivers, desc, 0,
|
||||||
REG_SZ, (LPBYTE)"Installed", 10)) != ERROR_SUCCESS)
|
REG_SZ, (const BYTE *)"Installed", 10)) != ERROR_SUCCESS)
|
||||||
{
|
{
|
||||||
TRACE ("Error %ld replicating driver %s\n",
|
TRACE ("Error %ld replicating driver %s\n",
|
||||||
reg_ret, desc);
|
reg_ret, desc);
|
||||||
|
|
Loading…
Reference in New Issue