From 550de5db2c36badc508d8d6116643fef994b9c38 Mon Sep 17 00:00:00 2001 From: Byron Nikolaidis Date: Tue, 29 Dec 1998 14:59:30 +0000 Subject: Minor fixes to compile on unix for v6-40-0002 --- src/interfaces/odbc/execute.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/interfaces/odbc/execute.c') 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); -- cgit v1.2.3