OSDN Git Service

274ec438b5cafbb1594241f51956674a9c7d80a7
[nlite/nlite.git] / nlite / stdafx.h
1 // stdafx.h : \95W\8f\80\82Ì\83V\83X\83e\83\80 \83C\83\93\83N\83\8b\81[\83\83t\83@\83C\83\8b\82Ì\83C\83\93\83N\83\8b\81[\83\83t\83@\83C\83\8b\81A\82Ü\82½\82Í
2 // \8eQ\8fÆ\89ñ\90\94\82ª\91½\82­\81A\82©\82Â\82 \82Ü\82è\95Ï\8dX\82³\82ê\82È\82¢\81A\83v\83\8d\83W\83F\83N\83g\90ê\97p\82Ì\83C\83\93\83N\83\8b\81[\83\83t\83@\83C\83\8b
3 // \82ð\8bL\8fq\82µ\82Ü\82·\81B
4 //
5
6 #pragma once
7
8 #include "targetver.h"
9
10 #define WIN32_LEAN_AND_MEAN                                     // Windows \83w\83b\83_\81[\82©\82ç\8eg\97p\82³\82ê\82Ä\82¢\82È\82¢\95\94\95ª\82ð\8f\9c\8aO\82µ\82Ü\82·\81B
11 #define _CRT_SECURE_NO_WARNINGS 1                       //vc++\82Ì\82¨\82¹\82Á\82©\82¢\82È\8cx\8d\90\82ð\8fÁ\82·\83}\83N\83\8d
12 #define  _CRT_NON_CONFORMING_SWPRINTFS 1        //vc++\82Ì\82¨\82¹\82Á\82©\82¢\82È\8cx\8d\90\82ð\8fÁ\82·\83}\83N\83\8d
13 //#define USE_STUB
14 #define _WTL_NO_CSTRING
15 // Windows \83w\83b\83_\81\83t\83@\83C\83\8b:
16 #include <windows.h>
17 #include <WindowsX.h>
18 #include <WinSock2.h>
19 #include <winhttp.h>
20 #include <ShellAPI.h>
21 #include <shlobj.h>
22
23 // C \83\89\83\93\83^\83C\83\80 \83w\83b\83_\81\83t\83@\83C\83\8b
24 #include <stdlib.h>
25 #include <malloc.h>
26 #include <memory.h>
27 #include <tchar.h>
28 #include <assert.h>
29
30
31 // C++\83\89\83C\83u\83\89\83\8a
32 #include <string>
33 #include <iostream>
34 #include <sstream>
35 #include <sstream>
36 #include <exception>
37 #include <vector>
38 #include <deque>
39 #include <algorithm>
40 #include <set>
41 #include <map>
42 #include <list>
43
44
45 // TODO: \83v\83\8d\83O\83\89\83\80\82É\95K\97v\82È\92Ç\89Á\83w\83b\83_\81[\82ð\82±\82±\82Å\8eQ\8fÆ\82µ\82Ä\82­\82¾\82³\82¢\81B
46 #include <atlbase.h>
47 #include <atlstr.h>
48 #include <atlapp.h>
49 #include <atlcom.h>
50 extern CAppModule _Module;
51 #include <atlwin.h>
52 #include <atlhost.h>
53 #include <atlctl.h>
54
55 #include <atlcrack.h>
56 #include <atlmisc.h>
57 #include <atlframe.h>
58 #include <atlctrls.h>
59 #include <atlfile.h>
60
61 #include <shellapi.h>
62
63 #pragma comment(lib,"ComCtl32.lib")
64 #pragma comment(lib,"atlthunk.lib")
65 #pragma comment(lib,"version.lib")
66
67
68