source:
trunk/DirectShowSpy/CoCreateFilterGraphInstance/stdafx.h
Last change on this file was 95, checked in by , 11 years ago | |
---|---|
|
|
File size: 339 bytes |
Rev | Line | |
---|---|---|
[95] | 1 | //////////////////////////////////////////////////////////// |
2 | // Copyright (C) Roman Ryltsov, 2008-2009 | |
3 | // Created by Roman Ryltsov roman@alax.info | |
4 | // | |
5 | // $Id: stdafx.h 95 2012-08-17 17:21:13Z roman $ | |
6 | ||
7 | #pragma once | |
8 | ||
9 | #include "targetver.h" | |
10 | ||
11 | #include <stdio.h> | |
12 | #include <tchar.h> | |
13 | ||
14 | #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS | |
15 | ||
16 | #include <atlbase.h> | |
17 | #include <atlstr.h> |
Note: See TracBrowser
for help on using the repository browser.