X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a6944fd74cfb70ace96d60bde31a7c8e0a5896d..4d94751752c081c289a1d8f159405487dbbe4e68:/src/iodbc/execute.c?ds=sidebyside 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;