Commit 9c036817 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

odbc32: Declare a function static.

parent 02a5f738
......@@ -156,7 +156,7 @@ static PROXYHANDLE gProxyHandle;
} \
}
SQLRETURN SQLDummyFunc(void)
static SQLRETURN SQLDummyFunc(void)
{
TRACE("SQLDummyFunc:\n");
return SQL_SUCCESS;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment