source: trunk/Utilities/EnumerateVideoCaptureFilterCapabilities/stdafx.h @ 154

Last change on this file since 154 was 154, checked in by roman, 11 years ago
File size: 574 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2006-2012
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#include "targetver.h"
11
12#include <stdio.h>
13#include <tchar.h>
14
15#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
16
17#include <atlbase.h>
18#include <atlstr.h>
19
20// TODO: reference additional headers your program requires here
Note: See TracBrowser for help on using the repository browser.