19 Star 39 Fork 46

openGauss / openGauss-connector-odbc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
xalibname.h 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
/* File: xalibname.h
*
* Description: See "xalibname.c"
*
* Comments: See "readme.txt" for copyright and license information.
*
*/
#ifndef __XALIBNAME_H__
#define __XALIBNAME_H__
#ifdef __cplusplus
extern "C" {
#endif
#ifdef WIN32
#ifdef _HANDLE_ENLIST_IN_DTC_
BOOL IsWow64(void);
const char *GetXaLibName(void);
const char *GetXaLibPath(void);
#endif /* _HANDLE_ENLIST_IN_DTC_ */
#endif /* WIN32 */
#ifdef __cplusplus
}
#endif
#endif /* __XALIBNAME_H__ */
C
1
https://gitee.com/opengauss/openGauss-connector-odbc.git
git@gitee.com:opengauss/openGauss-connector-odbc.git
opengauss
openGauss-connector-odbc
openGauss-connector-odbc
master

搜索帮助