source: trunk/Utilities/DirectShowReferenceSource/Sample/Generate/stdafx.h @ 523

Last change on this file since 523 was 523, checked in by roman, 8 years ago
File size: 449 bytes
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#include "targetver.h"
11
12#include <stdio.h>
13#include <tchar.h>
14
15#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
16
17#include <atlbase.h>
18#include <atlstr.h>
Note: See TracBrowser for help on using the repository browser.