// pointers to objects
// ----------------------------------------------------------------------------
-class WXDLLEXPORT_BASE wxHashTableBase : public wxObject
+class WXDLLIMPEXP_BASE wxHashTableBase : public wxObject
{
public:
wxHashTableBase();
// a hash table which stores longs
// ----------------------------------------------------------------------------
-class WXDLLEXPORT_BASE wxHashTableLong : public wxObject
+class WXDLLIMPEXP_BASE wxHashTableLong : public wxObject
{
public:
wxHashTableLong(size_t size = wxHASH_SIZE_DEFAULT)
// wxStringHashTable: a hash table which indexes strings with longs
// ----------------------------------------------------------------------------
-class WXDLLEXPORT_BASE wxStringHashTable : public wxObject
+class WXDLLIMPEXP_BASE wxStringHashTable : public wxObject
{
public:
wxStringHashTable(size_t sizeTable = wxHASH_SIZE_DEFAULT);
// for compatibility only
// ----------------------------------------------------------------------------
-class WXDLLEXPORT_BASE wxHashTable : public wxObject
+class WXDLLIMPEXP_BASE wxHashTable : public wxObject
{
public:
int n;