forked from FlatGlobus/WTLBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stdafx.h
39 lines (31 loc) · 810 Bytes
/
stdafx.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#pragma once
#define _WIN32_WINNT 0x0600
#include <WinSDKVer.h>
#define _ATL_STATIC_REGISTRY
#define _WTL_NO_THEME_DELAYLOAD
#define _WTL_NO_CSTRING
#include "warning.h"
#include <windows.h>
#include <atltypes.h>
#include <atlstr.h>
#include <atlbase.h>
#include <atlapp.h>
extern CAppModule _Module;
#include <atlcom.h>
#include <atlhost.h>
#include <atlwin.h>
#include <atlctl.h>
#include <AtlMisc.h>
#include <atlframe.h>
#include <atlctrls.h>
#include <atldlgs.h>
#include <atlctrlw.h>
#include <atlctrlx.h>
#include "resource.h"
#include "EventLib.h"
#include "SDK\Command.h"
#include "PropertyItem.h"
//#include "SDK\mmgr\mmgr.h"
////////////////////////////////////////////////////////////////////////////////////////////////////////////
#include <gdiplus.h>
#pragma comment(lib, "gdiplus.lib")