Suppress a compiler warning.

This commit is contained in:
Hiroshi Inoue 2001-10-31 23:54:02 +00:00
parent d63805a469
commit 01da8e918d
1 changed files with 6 additions and 0 deletions

View File

@ -233,6 +233,12 @@ extern "C"
PTR rgbValue,
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
}
#endif