source: trunk/Utilities/JsFunctionDispatch/stdafx.h

Last change on this file was 405, checked in by roman, 9 years ago
File size: 538 bytes
RevLine 
[405]1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2015
3// Created by Roman Ryltsov roman@alax.info
4
5#pragma once
6
7#ifndef STRICT
8#define STRICT
9#endif
10
11#include "targetver.h"
12
13#define _ATL_APARTMENT_THREADED
14#define _ATL_NO_AUTOMATIC_NAMESPACE
15#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit
16#define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
17
18#include "resource.h"
19#include <atlbase.h>
20#include <atlcom.h>
21#include <atlctl.h>
Note: See TracBrowser for help on using the repository browser.