OSDN Git Service

Merge pull request #116 from vlakoff/manual
[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 #define STRICT
9 #ifndef _WIN32_WINNT
10 #define _WIN32_WINNT 0x0501
11 #endif
12 #ifndef WINVER
13 #define WINVER 0x0501
14 #endif 
15 #define _ATL_APARTMENT_THREADED
16
17 #include <atlbase.h>
18 //You may derive a class from CComModule and use it if you want to override
19 //something, but do not change the name of _Module
20 extern CComModule _Module;
21 #include <atlcom.h>
22