📄 cygwin.h
字号:
/* $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -