source: trunk/Utilities/Miscellaneous/ExcelControl/stdafx.h @ 602

Last change on this file since 602 was 602, checked in by roman, 8 years ago

Code formatting

File size: 671 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2016
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#ifndef STRICT
11#define STRICT
12#endif
13
14#include "targetver.h"
15
16#define _ATL_APARTMENT_THREADED
17
18#define _ATL_NO_AUTOMATIC_NAMESPACE
19
20#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
21
22
23#define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
24
25#include "resource.h"
26#include <atlbase.h>
27#include <atlcom.h>
28#include <atlctl.h>
Note: See TracBrowser for help on using the repository browser.