cygwin.h

来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· C头文件 代码 · 共 22 行

H
22
字号
/* $PostgreSQL: pgsql/src/include/port/cygwin.h,v 1.6 2003/12/23 03:31:30 momjian Exp $ */#include <cygwin/version.h>/* * Check for b20.1 and disable AF_UNIX family socket support. */#if CYGWIN_VERSION_DLL_MAJOR < 1001#undef HAVE_UNIX_SOCKETS#endif#if __GNUC__ && ! defined (__declspec)#error You need egcs 1.1 or newer for compiling!#endif#ifdef BUILDING_DLL#define DLLIMPORT __declspec (dllexport)#else#define DLLIMPORT __declspec (dllimport)#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?