source: trunk/Utilities/Miscellaneous/NullBstrArgument/Application/stdafx.h @ 937

Last change on this file since 937 was 180, checked in by roman, 11 years ago
File size: 439 bytes
Line 
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>
16
17// TODO: reference additional headers your program requires here
Note: See TracBrowser for help on using the repository browser.