socket.h

来自「PostgreSQL7.4.6 for Linux」· C头文件 代码 · 共 17 行

H
17
字号
/* * Unfortunately, <wingdi.h> of VC++ also defines ERROR. * To avoid the conflict, we include <windows.h> here and undefine ERROR * immediately. * * Note: Don't include <wingdi.h> directly.  It causes compile errors. */#include <winsock2.h>#undef ERROR#undef small/* Restore old ERROR value */#ifdef PGERROR#define ERROR PGERROR#endif

⌨️ 快捷键说明

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