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

Last change on this file since 937 was 71, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 560 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2012
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: stdafx.h 71 2012-06-25 18:18:53Z 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
17#define _ATL_NO_AUTOMATIC_NAMESPACE
18
19#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
20
21
22#define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
23
24#include "resource.h"
25#include <atlbase.h>
26#include <atlcom.h>
27#include <atlctl.h>
Note: See TracBrowser for help on using the repository browser.