targetver.h
Visual Studio 2005 이상의 버전에서 프로젝트 생성 시 stdafx.h 에 #include "targetver.h" 가 선언된다.
targetver.h 에는 프로젝트가 최소로 지원하는 플랫폼을 정의해 놓았다.
정의되는 플랫폼 값은 다음 MSDN을 참조
Using the Windows Headers
Visual Studio 2005 이상의 버전에서 프로젝트 생성 시 stdafx.h 에 #include "targetver.h" 가 선언된다.
targetver.h 에는 프로젝트가 최소로 지원하는 플랫폼을 정의해 놓았다.
정의되는 플랫폼 값은 다음 MSDN을 참조
Using the Windows Headers