projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
This file should not have been checked in!
[wxWidgets.git]
/
include
/
wx
/
ipcbase.h
diff --git
a/include/wx/ipcbase.h
b/include/wx/ipcbase.h
index 9e7119585a6a55cd3f80712ee4165ce0e13696cb..61969b4de3b1bef7a383df78d3b0f4f965457363 100644
(file)
--- a/
include/wx/ipcbase.h
+++ b/
include/wx/ipcbase.h
@@
-12,7
+12,7
@@
#ifndef _WX_IPCBASEH__
#define _WX_IPCBASEH__
#ifndef _WX_IPCBASEH__
#define _WX_IPCBASEH__
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface "ipcbase.h"
#endif
#pragma interface "ipcbase.h"
#endif
@@
-42,10
+42,10
@@
enum wxIPCFormat
wxIPC_PRIVATE = 20
};
wxIPC_PRIVATE = 20
};
-class WXDLL
EXPORT
_BASE wxServerBase;
-class WXDLL
EXPORT
_BASE wxClientBase;
+class WXDLL
IMPEXP
_BASE wxServerBase;
+class WXDLL
IMPEXP
_BASE wxClientBase;
-class WXDLL
EXPORT
_BASE wxConnectionBase: public wxObject
+class WXDLL
IMPEXP
_BASE wxConnectionBase: public wxObject
{
DECLARE_CLASS(wxConnectionBase)
{
DECLARE_CLASS(wxConnectionBase)
@@
-129,7
+129,7
@@
private:
};
};
-class WXDLL
EXPORT
_BASE wxServerBase: public wxObject
+class WXDLL
IMPEXP
_BASE wxServerBase: public wxObject
{
DECLARE_CLASS(wxServerBase)
{
DECLARE_CLASS(wxServerBase)
@@
-144,7
+144,7
@@
public:
virtual wxConnectionBase *OnAcceptConnection(const wxString& topic) = 0;
};
virtual wxConnectionBase *OnAcceptConnection(const wxString& topic) = 0;
};
-class WXDLL
EXPORT
_BASE wxClientBase: public wxObject
+class WXDLL
IMPEXP
_BASE wxClientBase: public wxObject
{
DECLARE_CLASS(wxClientBase)
{
DECLARE_CLASS(wxClientBase)