source: trunk/Utilities/MediaFoundation/PrintVideoCaptureSourceMediaTypes/stdafx.h @ 552

Last change on this file since 552 was 552, checked in by roman, 8 years ago
File size: 1.9 KB
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2015
3// Created by Roman Ryltsov roman@alax.info
4//
5// A permission to use the source code is granted as long as reference to
6// source website http://alax.info is retained.
7
8#pragma once
9
10////////////////////////////////////////////////////////////
11// SDK
12
13#include "targetver.h"
14
15#define _INC_WINDOWSX
16
17#include <stdio.h>
18#include <tchar.h>
19
20////////////////////////////////////////////////////////////
21// ATL
22
23#define _ATL_APARTMENT_THREADED
24#define _ATL_NO_AUTOMATIC_NAMESPACE
25#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
26#define _ATL_ALL_WARNINGS
27//#define _ATL_ATTRIBUTES
28
29#include "roatltrace.h" // Replacement for <atltrace.h>
30#include <atlbase.h>
31#include <atlstr.h>
32#include <atlpath.h>
33#include <atlrx.h>
34
35using namespace ATL;
36using namespace ATL::ATLPath;
37
38////////////////////////////////////////////////////////////
39// WTL
40
41#define _WTL_NO_CSTRING
42#define _WTL_NO_WTYPES
43#define _WTL_NO_UNION_CLASSES
44#define _WTL_NEW_PAGE_NOTIFY_HANDLERS
45
46#include <atlapp.h>
47//#include <atlgdi.h>
48//#include <atluser.h>
49//#include <atlcrack.h>
50//#include <atlctrls.h>
51//#include <shellapi.h>
52//#include <atlctrlx.h>
53//#include <atlmisc.h>
54//#include <atlframe.h>
55//#include <atldlgs.h>
56
57using namespace WTL;
58
59////////////////////////////////////////////////////////////
60// Alax.Info ATL/WTL
61
62#define REGISTRY_PRODUCTROOT    _T("SOFTWARE\\Alax.Info\\Utility")
63#define REGISTRY_FILEROOT               REGISTRY_PRODUCTROOT _T("\\PrintVideoCaptureSourceMediaTypes")
64#define REGISTRY_ROOT                   REGISTRY_FILEROOT
65
66#include "roatlbase.h"
67#include "roatlvariants.h"
68#include "roatlcom.h"
69#include "roatlpersist.h"
70#include "roatlmisc.h"
71#include "roatlexceptionfilter.h"
72#include "rowtlapp.h"
73#include "rofiles.h"
74//#include "rowtlcrack.h"
75//#include "rodialogs.h"
76//#include "rocontrols.h"
Note: See TracBrowser for help on using the repository browser.