GetVersionExGetVersionEx获取win系统版本号失败
// Test3.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <windows.h>int _tmain(int argc, _TCHAR* argv[]){OSVERSIONINFO osVersion;GetVersionEx(&osVersion);//返回0return 0;}