提交 fc701047 编写于 作者: H Hiroshi Inoue

Remove compile errors.

上级 4b47467a
......@@ -15,6 +15,9 @@
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#ifndef TRUE
#define TRUE 1
#endif
pg_CS CS_Table[] =
{
......
......@@ -1266,7 +1266,9 @@ ctype_length(Int2 ctype)
case SQL_C_BINARY:
case SQL_C_CHAR:
#ifdef UNICODE_SUPPORT
case SQL_C_WCHAR:
#endif /* UNICODE_SUPPORT */
return 0;
default: /* should never happen */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册