summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-05-10 15:39:50 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-05-10 15:40:42 +0200
commit1f2fc6b2febdefe6863c456045d946ffc4de1980 (patch)
tree1bb0b1c55ce51991948e216a15666793182e2d6a
parent31934433af3d720d01cd9618941cbfa717c9dba0 (diff)
Revert "Remove DECLARE_LIST( ConvList, Conversation* )"
This commit breaks Windows build. This reverts commit 508c29ec65a35a7177a82a21a19cf41dc2733a62.
-rw-r--r--binfilter/bf_svtools/source/svdde/ddeimp.hxx24
1 files changed, 23 insertions, 1 deletions
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 <bf_svtools/bf_postwin.h>
#include "ddewrap.hxx"
+/*
+extern "C"
+{
+#define BOOL WIN_BOOL
+#define BYTE WIN_BYTE
+#undef BOOL
+#undef BYTE
+};
+*/
+
#endif
#include <tools/string.hxx>
@@ -63,6 +73,18 @@ class DdeItem;
class DdeTopics;
class DdeItems;
+// ----------------
+// - Conversation -
+// ----------------
+
+struct Conversation
+{
+ HCONV hConv;
+ DdeTopic* pTopic;
+};
+
+DECLARE_LIST( ConvList, Conversation* );
+
// ---------------
// - DdeInternal -
// ---------------