From 1f2fc6b2febdefe6863c456045d946ffc4de1980 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Tue, 10 May 2011 15:39:50 +0200 Subject: Revert "Remove DECLARE_LIST( ConvList, Conversation* )" This commit breaks Windows build. This reverts commit 508c29ec65a35a7177a82a21a19cf41dc2733a62. --- binfilter/bf_svtools/source/svdde/ddeimp.hxx | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/binfilter/bf_svtools/source/svdde/ddeimp.hxx b/binfilter/bf_svtools/source/svdde/ddeimp.hxx index c6cf7d113..1462c1214 100644 --- a/binfilter/bf_svtools/source/svdde/ddeimp.hxx +++ b/binfilter/bf_svtools/source/svdde/ddeimp.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -49,6 +49,16 @@ #include #include "ddewrap.hxx" +/* +extern "C" +{ +#define BOOL WIN_BOOL +#define BYTE WIN_BYTE +#undef BOOL +#undef BYTE +}; +*/ + #endif #include @@ -63,6 +73,18 @@ class DdeItem; class DdeTopics; class DdeItems; +// ---------------- +// - Conversation - +// ---------------- + +struct Conversation +{ + HCONV hConv; + DdeTopic* pTopic; +}; + +DECLARE_LIST( ConvList, Conversation* ); + // --------------- // - DdeInternal - // --------------- -- cgit v1.2.3