source: trunk/Utilities/Miscellaneous/FilterGraphService/FilterGraphService/stdafx.h @ 937

Last change on this file since 937 was 496, checked in by roman, 9 years ago

ATL service hosting DirectShow? filter graph - sample app

File size: 439 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2015
3// Created by Roman Ryltsov roman@alax.info
4
5#pragma once
6
7#include "targetver.h"
8
9#define _ATL_FREE_THREADED
10#define _ATL_NO_AUTOMATIC_NAMESPACE
11#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
12#define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
13
14#include <atlbase.h>
15#include <atlcom.h>
16#include <atlctl.h>
17
18using namespace ATL;
Note: See TracBrowser for help on using the repository browser.