////////////////////////////////////////////////////////////////////////////////////////////////////////////
//在stdafx.h中的最前面添加
////////////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
#define WINVER 0x0500 // Win2k
#endif
#ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
#define _WIN32_WINNT 0x0500 // Win2k
#endif