source: trunk/Utilities/Miscellaneous/RenderWmvVideo/stdafx.h @ 204

Last change on this file since 204 was 204, checked in by roman, 10 years ago
File size: 371 bytes
RevLine 
[204]1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2013
3// Created by Roman Ryltsov roman@alax.info
4
5#pragma once
6
7#include "targetver.h"
8
9#include <stdio.h>
10#include <tchar.h>
11
12#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
13
14#include <atlbase.h>
15#include <atlstr.h>
Note: See TracBrowser for help on using the repository browser.