From 8853b9a80e58b01a77700cb28c560ba3c1b033ce Mon Sep 17 00:00:00 2001 From: "Unknown (UG)" Date: Fri, 8 Jan 1999 13:15:42 +0000 Subject: [PATCH] no message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/ole/automtn.h | 4 ++-- include/wx/msw/ole/dataobj.h | 4 ++-- include/wx/msw/ole/dropsrc.h | 2 +- include/wx/msw/ole/uuid.h | 4 ++-- samples/db/dbtest.cpp | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/wx/msw/ole/automtn.h b/include/wx/msw/ole/automtn.h index e43474d58a..412b04dcf4 100644 --- a/include/wx/msw/ole/automtn.h +++ b/include/wx/msw/ole/automtn.h @@ -27,7 +27,7 @@ typedef unsigned short* WXBSTR; * Wraps up an IDispatch pointer and invocation; does variant conversion. */ -class wxAutomationObject: public wxObject +class WXDLLEXPORT wxAutomationObject: public wxObject { public: wxAutomationObject(WXIDISPATCH* dispatchPtr = NULL); @@ -91,7 +91,7 @@ public: // wrapper around BSTR type (by Vadim Zeitlin) -class BasicString +class WXDLLEXPORT BasicString { public: // ctors & dtor diff --git a/include/wx/msw/ole/dataobj.h b/include/wx/msw/ole/dataobj.h index 0f952805d1..c613f66e56 100644 --- a/include/wx/msw/ole/dataobj.h +++ b/include/wx/msw/ole/dataobj.h @@ -25,7 +25,7 @@ struct IDataObject; // do if we really want them) // ---------------------------------------------------------------------------- -class wxDataObject +class WXDLLEXPORT wxDataObject { public: // all data formats (values are the same as in windows.h, do not change!) @@ -80,7 +80,7 @@ private: // ---------------------------------------------------------------------------- // wxTextDataObject is a specialization of wxDataObject for text data // ---------------------------------------------------------------------------- -class wxTextDataObject : public wxDataObject +class WXDLLEXPORT wxTextDataObject : public wxDataObject { public: // ctors diff --git a/include/wx/msw/ole/dropsrc.h b/include/wx/msw/ole/dropsrc.h index a36324a994..bafcddee67 100644 --- a/include/wx/msw/ole/dropsrc.h +++ b/include/wx/msw/ole/dropsrc.h @@ -39,7 +39,7 @@ enum wxDragResult // wxDropSource is used to start the drag-&-drop operation on associated // wxDataObject object. It's responsible for giving UI feedback while dragging. // ---------------------------------------------------------------------------- -class wxDropSource +class WXDLLEXPORT wxDropSource { public: // ctors: if you use default ctor you must call SetData() later! diff --git a/include/wx/msw/ole/uuid.h b/include/wx/msw/ole/uuid.h index 4da624b09e..2dee9946aa 100644 --- a/include/wx/msw/ole/uuid.h +++ b/include/wx/msw/ole/uuid.h @@ -49,7 +49,7 @@ typedef unsigned char uchar; // ------------------------------------------------------------------ // uses RPC functions to create/convert Universally Unique Identifiers -class Uuid +class WXDLLEXPORT Uuid { private: UUID m_uuid; @@ -88,4 +88,4 @@ public: const char *CForm() const { return m_pszCForm; } }; -#endif //_WX_OLEUUID_H \ No newline at end of file +#endif //_WX_OLEUUID_H diff --git a/samples/db/dbtest.cpp b/samples/db/dbtest.cpp index be2a0b17aa..04fc85e12c 100644 --- a/samples/db/dbtest.cpp +++ b/samples/db/dbtest.cpp @@ -46,7 +46,7 @@ #include // Required in the file which will get the data source connection #include // Has the wxTable object from which all data objects will inherit their data table functionality -extern DbList *PtrBegDbList; // from db.cpp, used in getting back error results from db connections +extern DbList* WXDLLEXPORT PtrBegDbList; // from db.cpp, used in getting back error results from db connections #include "dbtest.h" // Header file for this demonstration program #include "listdb.h" // Code to support the "Lookup" button on the editor dialog -- 2.47.2