mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Minor fixes to compile on unix for v6-40-0002
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user