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

Last change on this file since 937 was 124, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 552 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2012
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: stdafx.h 124 2012-09-15 12:27:26Z 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 "resource.h"
21#include <atlbase.h>
22#include <atlcom.h>
23#include <atlctl.h>
Note: See TracBrowser for help on using the repository browser.