source: trunk/DirectShowTools/Samples/FindLargestMediaSample/stdafx.h @ 3

Last change on this file since 3 was 3, checked in by roman, 12 years ago

Sample to find largest video media sample in media file

  • Property svn:keywords set to Id
File size: 892 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2011
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: stdafx.h 3 2011-08-16 21:15:30Z roman $
6
7#pragma once
8
9////////////////////////////////////////////////////////////
10// Windows definitions
11
12#include "targetver.h"
13
14#include <stdio.h>
15#include <tchar.h>
16
17////////////////////////////////////////////////////////////
18// Windows definitions
19
20#include <windows.h>
21
22////////////////////////////////////////////////////////////
23// ATL
24
25#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
26
27#include <atlbase.h>
28#include <atlstr.h>
29#include <atlrx.h>
30#include <atlpath.h>
31#include <atlfile.h>
32#include <atlcom.h>
33
34using namespace ATL;
35
36////////////////////////////////////////////////////////////
37// WTL
38
39//#include <atlapp.h>
40//#include <atluser.h>
Note: See TracBrowser for help on using the repository browser.