在windows下sqlext.h依赖于windows.h。
#if defined(_WIN16) || defined(_WIN32) || defined(_WIN64) #include <windows.h> #endif #include <sqlext.h>