├── GetOSVersion.cpp ├── GetOSVersion.sln ├── GetOSVersion.vcxproj ├── GetOSVersion.vcxproj.filters ├── LICENSE ├── README.md ├── stdafx.cpp ├── stdafx.h └── targetver.h /GetOSVersion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/star114/GetOSVersion/HEAD/GetOSVersion.cpp -------------------------------------------------------------------------------- /GetOSVersion.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/star114/GetOSVersion/HEAD/GetOSVersion.sln -------------------------------------------------------------------------------- /GetOSVersion.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/star114/GetOSVersion/HEAD/GetOSVersion.vcxproj -------------------------------------------------------------------------------- /GetOSVersion.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/star114/GetOSVersion/HEAD/GetOSVersion.vcxproj.filters -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/star114/GetOSVersion/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/star114/GetOSVersion/HEAD/README.md -------------------------------------------------------------------------------- /stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/star114/GetOSVersion/HEAD/stdafx.cpp -------------------------------------------------------------------------------- /stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/star114/GetOSVersion/HEAD/stdafx.h -------------------------------------------------------------------------------- /targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/star114/GetOSVersion/HEAD/targetver.h --------------------------------------------------------------------------------