summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/execute.c
diff options
context:
space:
mode:
authorHiroshi Inoue <inoue@tpf.co.jp>2001-09-08 02:28:41 +0000
committerHiroshi Inoue <inoue@tpf.co.jp>2001-09-08 02:28:41 +0000
commit4ad1b5b766c574efd5c60dcd1017d0b2538b9e96 (patch)
tree48d6ff0cf879faa6f7163c7a7542acfef3c5a72b /src/interfaces/odbc/execute.c
parent02b1a7fd5160d4117973527dc6d4214cd225a97c (diff)
Resolve compile errors on unix.
Rename psqlodbc.def -> psqlodbc_win32.def. Improve internal *declare cursor* handling a little. Hiroshi Inoue
Diffstat (limited to 'src/interfaces/odbc/execute.c')
-rw-r--r--src/interfaces/odbc/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/execute.c b/src/interfaces/odbc/execute.c
index bd2600bd4fe..653539ddba0 100644
--- a/src/interfaces/odbc/execute.c
+++ b/src/interfaces/odbc/execute.c
@@ -458,11 +458,11 @@ PGAPI_Cancel(
static char *func = "PGAPI_Cancel";
StatementClass *stmt = (StatementClass *) hstmt;
RETCODE result;
+ ConnInfo *ci;
#ifdef WIN32
HMODULE hmodule;
FARPROC addr;
- ConnInfo *ci;
#endif