From f2ee7262afa8c2e3597694842d5ee8ec1ba9a1a8 Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Thu, 19 Oct 2000 09:51:09 +0000 Subject: [PATCH] includes now directly atl headers instead of Stdafx.h, Stdafx.h and Stdafx.cpp has been removed --- extensions/source/ole/jscriptclasses.hxx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/extensions/source/ole/jscriptclasses.hxx b/extensions/source/ole/jscriptclasses.hxx index 13371a21318a..6619906781db 100644 --- a/extensions/source/ole/jscriptclasses.hxx +++ b/extensions/source/ole/jscriptclasses.hxx @@ -2,9 +2,9 @@ * * $RCSfile: jscriptclasses.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:16:40 $ + * last change: $Author: jl $ $Date: 2000-10-19 10:51:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,18 @@ #ifndef __JSCRIPTCLASSES_HXX #define __JSCRIPTCLASSES_HXX #include -#include "stdafx.h" +//#include "stdafx.h" +#define STRICT +#define _WIN32_WINNT 0x0400 +#define _WIN32_DCOM +#ifdef _DEBUG +//#define _ATL_DEBUG_INTERFACES +#endif + + +#include +extern CComModule _Module; +#include #include #include "comifaces.hxx"