X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a6944fd74cfb70ace96d60bde31a7c8e0a5896d..c96fd235be44ecc87404b1c2b3369e478dd82e0e:/src/iodbc/execute.c?ds=inline diff --git a/src/iodbc/execute.c b/src/iodbc/execute.c index 3cc17128f2..eb2633a6ed 100644 --- a/src/iodbc/execute.c +++ b/src/iodbc/execute.c @@ -52,7 +52,7 @@ static void do_cursoropen(STMT_t FAR* pstmt) } } -RETCODE SQL_API SQLexecute ( HSTMT hstmt ) +RETCODE SQL_API SQLExecute ( HSTMT hstmt ) { STMT_t FAR* pstmt = (STMT_t FAR*)hstmt; HPROC hproc = SQL_NULL_HPROC;