mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Resolve compile errors on unix.
Rename psqlodbc.def -> psqlodbc_win32.def. Improve internal *declare cursor* handling a little. Hiroshi Inoue
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user