summaryrefslogtreecommitdiffstats
path: root/extensions/source/ole/jscriptclasses.hxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2000-10-19 09:51:09 +0000
committerJoachim Lingner <jl@openoffice.org>2000-10-19 09:51:09 +0000
commitf2ee7262afa8c2e3597694842d5ee8ec1ba9a1a8 (patch)
tree527cf9c553ae2e9d72e3788dfa1af81b560282e5 /extensions/source/ole/jscriptclasses.hxx
parent#76416# own property for DataSourceName (not the aggregates one) to ensure th... (diff)
downloadcore-f2ee7262afa8c2e3597694842d5ee8ec1ba9a1a8.tar.gz
core-f2ee7262afa8c2e3597694842d5ee8ec1ba9a1a8.zip
includes now directly atl headers instead of Stdafx.h, Stdafx.h and Stdafx.cpp has been removed
Diffstat (limited to 'extensions/source/ole/jscriptclasses.hxx')
-rw-r--r--extensions/source/ole/jscriptclasses.hxx17
1 files 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 <tools/presys.h>
-#include "stdafx.h"
+//#include "stdafx.h"
+#define STRICT
+#define _WIN32_WINNT 0x0400
+#define _WIN32_DCOM
+#ifdef _DEBUG
+//#define _ATL_DEBUG_INTERFACES
+#endif
+
+
+#include <atlbase.h>
+extern CComModule _Module;
+#include <atlcom.h>
#include <tools/postsys.h>
#include "comifaces.hxx"