source: trunk/Utilities/Miscellaneous/EventSynchronizationTest01/stdafx.h @ 203

Last change on this file since 203 was 203, checked in by roman, 10 years ago
File size: 589 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2011
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: stdafx.h 244 2011-03-16 19:40:21Z alax $
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      // some CString constructors will be explicit
15
16#include "roatltrace.h" // Replacement for <atltrace.h>
17#include <atlbase.h>
18#include <atlstr.h>
19
20using namespace ATL;
21
22#include "roatlbase.h"
23#include "roatlvariants.h"
24#include "roatlcom.h"
Note: See TracBrowser for help on using the repository browser.