0
POPSWIN32_LEAN_AND_MEAN Note: use #define WIN32_LEAN_AND_MEAN before #include <windows.h> when you use some header file like <winsock.h> <devioctl.h> can avoid many redefinition error. 在所有的#include <windows.h>前使用#define WIN32_LEAN_AND_MEAN,如: #define WIN32_LEAN_AND_MEAN #include <windows.h>