mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Suppress a compiler warning.
This commit is contained in:
@ -233,6 +233,12 @@ extern "C"
|
|||||||
PTR rgbValue,
|
PTR rgbValue,
|
||||||
SDWORD FAR * pcbValue);
|
SDWORD FAR * pcbValue);
|
||||||
|
|
||||||
|
RETCODE SQL_API SQLDataSources(HENV henv,
|
||||||
|
UWORD Direction, UCHAR FAR *ServerName,
|
||||||
|
WORD BufferLength1, WORD *NameLength1,
|
||||||
|
UCHAR FAR *Description, WORD BufferLength2,
|
||||||
|
WORD *NameLength2);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user