odbc32: Cast-qual warning fix.

oldstable
Andrew Talbot 2006-09-20 21:11:18 +01:00 committed by Alexandre Julliard
parent b44d713d23
commit 278efe5f7a
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ static void ODBC_ReplicateODBCInstToRegistry (SQLHENV hEnv)
NULL, NULL, NULL)) == ERROR_FILE_NOT_FOUND)
{
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",
reg_ret, desc);