OSDN Git Service

Add /inifile command line option
[winmerge-jp/winmerge-jp.git] / ShellExtension / StdAfx.h
1 // stdafx.h : include file for standard system include files,
2 //      or project specific include files that are used frequently,
3 //      but are changed infrequently
4
5
6 #pragma once
7
8 #ifndef STRICT
9 #define STRICT
10 #endif
11
12 #ifndef _WIN32_WINNT
13 #define _WIN32_WINNT 0x0501
14 #endif
15 #ifndef WINVER
16 #define WINVER 0x0501
17 #endif 
18 #define _ATL_APARTMENT_THREADED
19
20 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
21
22 #define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
23
24 #include "resource.h"
25 #include <atlbase.h>
26 #include <atlcom.h>
27