source: trunk/Utilities/VbsCallback/stdafx.h @ 937

Last change on this file since 937 was 88, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 574 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2012
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: stdafx.h 88 2012-08-11 11:44:30Z roman $
6
7#pragma once
8
9#ifndef STRICT
10#define STRICT
11#endif
12
13#include "targetver.h"
14
15#define _ATL_APARTMENT_THREADED
16#define _ATL_NO_AUTOMATIC_NAMESPACE
17#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
18#define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
19
20#include <atlbase.h>
21#include <atlstr.h>
22#include <atlcom.h>
23#include <atlctl.h>
24
25using namespace ATL;
Note: See TracBrowser for help on using the repository browser.