diff options
Diffstat (limited to 'src/interfaces/odbc/execute.c')
-rw-r--r-- | src/interfaces/odbc/execute.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/odbc/execute.c b/src/interfaces/odbc/execute.c index cad5a5ca15f..59cfa450a10 100644 --- a/src/interfaces/odbc/execute.c +++ b/src/interfaces/odbc/execute.c @@ -372,8 +372,10 @@ RETCODE SQL_API SQLCancel( static char *func="SQLCancel"; StatementClass *stmt = (StatementClass *) hstmt; RETCODE result; +#ifdef WIN32 HMODULE hmodule; FARPROC addr; +#endif mylog( "%s: entering...\n", func); |