~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/embedding/browser/activex/tests/IEPatcher/StdAfx.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// stdafx.h : include file for standard system include files,
 
2
//  or project specific include files that are used frequently, but
 
3
//      are changed infrequently
 
4
//
 
5
 
 
6
#if !defined(AFX_STDAFX_H__A6031681_3B36_11D2_B44D_00600819607E__INCLUDED_)
 
7
#define AFX_STDAFX_H__A6031681_3B36_11D2_B44D_00600819607E__INCLUDED_
 
8
 
 
9
#if _MSC_VER >= 1000
 
10
#pragma once
 
11
#endif // _MSC_VER >= 1000
 
12
 
 
13
#define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
 
14
 
 
15
#include <afxwin.h>         // MFC core and standard components
 
16
#include <afxext.h>         // MFC extensions
 
17
#include <afxdisp.h>        // MFC OLE automation classes
 
18
#ifndef _AFX_NO_AFXCMN_SUPPORT
 
19
#include <afxcmn.h>                     // MFC support for Windows Common Controls
 
20
#endif // _AFX_NO_AFXCMN_SUPPORT
 
21
#include <afxtempl.h>
 
22
#include <afxmt.h>
 
23
#include <afxpriv.h>
 
24
 
 
25
#include <shlobj.h>
 
26
 
 
27
// This macro is the same as IMPLEMENT_OLECREATE, except it passes TRUE
 
28
//  for the bMultiInstance parameter to the COleObjectFactory constructor.
 
29
//  We want a separate instance of this application to be launched for
 
30
//  each OLE automation proxy object requested by automation controllers.
 
31
#ifndef IMPLEMENT_OLECREATE2
 
32
#define IMPLEMENT_OLECREATE2(class_name, external_name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
 
33
        AFX_DATADEF COleObjectFactory class_name::factory(class_name::guid, \
 
34
                RUNTIME_CLASS(class_name), TRUE, _T(external_name)); \
 
35
        const AFX_DATADEF GUID class_name::guid = \
 
36
                { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } };
 
37
#endif // IMPLEMENT_OLECREATE2
 
38
 
 
39
//{{AFX_INSERT_LOCATION}}
 
40
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
 
41
 
 
42
#endif // !defined(AFX_STDAFX_H__A6031681_3B36_11D2_B44D_00600819607E__INCLUDED_)