odbc32: Declare a function static.
This commit is contained in:
parent
02a5f7389e
commit
9c03681753
|
@ -156,7 +156,7 @@ static PROXYHANDLE gProxyHandle;
|
|||
} \
|
||||
}
|
||||
|
||||
SQLRETURN SQLDummyFunc(void)
|
||||
static SQLRETURN SQLDummyFunc(void)
|
||||
{
|
||||
TRACE("SQLDummyFunc:\n");
|
||||
return SQL_SUCCESS;
|
||||
|
|
Loading…
Reference in New Issue