diff options
author | Joachim Lingner <jl@openoffice.org> | 2000-10-19 09:57:52 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2000-10-19 09:57:52 +0000 |
commit | 17ef507f3f4c7151b83e00127edab7407c7a6027 (patch) | |
tree | 104e6498fca99c52ffe0f76d709e257613134f13 /extensions/source/ole/oledll.cxx | |
parent | 196aaa268b92e1c6a793c9349767c6c154aa5328 (diff) |
Stdafx.h is not included anymore instead atl stuff is included directly + some defines
Diffstat (limited to 'extensions/source/ole/oledll.cxx')
-rw-r--r-- | extensions/source/ole/oledll.cxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/extensions/source/ole/oledll.cxx b/extensions/source/ole/oledll.cxx index e75309e86..3096e1266 100644 --- a/extensions/source/ole/oledll.cxx +++ b/extensions/source/ole/oledll.cxx @@ -2,9 +2,9 @@ * * $RCSfile: oledll.cxx,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:57:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,9 +58,14 @@ * * ************************************************************************/ -#include "stdafx.h" +#define STRICT +#define _WIN32_WINNT 0x0400 +#define _WIN32_DCOM + +#include <atlbase.h> CComModule _Module; +#include <atlcom.h> BEGIN_OBJECT_MAP(ObjectMap) END_OBJECT_MAP() |