Commit 01da8e91 authored by Hiroshi Inoue's avatar Hiroshi Inoue

Suppress a compiler warning.

parent d63805a4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment