CppTest
 All Classes Files Functions Variables Typedefs Macros Groups Pages
stdafx.h
Go to the documentation of this file.
1 // stdafx.h : 자주 사용하지만 자주 변경되지는 않는
2 // 표준 시스템 포함 파일 및 프로젝트 관련 포함 파일이
3 // 들어 있는 포함 파일입니다.
4 //
5 
6 #pragma once
7 
8 #include "targetver.h"
9 
10 #include <stdio.h>
11 #include <tchar.h>
12 
13 
14 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // 일부 CString 생성자는 명시적으로 선언됩니다.
15 
16 #include <atlbase.h>
17 #include <atlstr.h>
18 
19 // TODO: 프로그램에 필요한 추가 헤더는 여기에서 참조합니다.