projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't override DoDrawSpline() under CE at all instead of overriding it and then alway...
[wxWidgets.git]
/
include
/
wx
/
mac
/
carbon
/
dcclient.h
diff --git
a/include/wx/mac/carbon/dcclient.h
b/include/wx/mac/carbon/dcclient.h
index a35e461720a755f1e6f44167c8d04a5ec6e26136..fa518275f1080b082fac8c6baf27826e5ce6e0b2 100644
(file)
--- a/
include/wx/mac/carbon/dcclient.h
+++ b/
include/wx/mac/carbon/dcclient.h
@@
-22,7
+22,7
@@
class WXDLLIMPEXP_FWD_CORE wxPaintDC;
class WXDLLIMPEXP_FWD_CORE wxWindow;
class WXDLLIMPEXP_FWD_CORE wxPaintDC;
class WXDLLIMPEXP_FWD_CORE wxWindow;
-class WXDLL
EXPORT
wxWindowDCImpl: public wxGCDCImpl
+class WXDLL
IMPEXP_CORE
wxWindowDCImpl: public wxGCDCImpl
{
public:
wxWindowDCImpl( wxDC *owner );
{
public:
wxWindowDCImpl( wxDC *owner );
@@
-42,7
+42,7
@@
protected:
};
};
-class WXDLL
EXPORT
wxClientDCImpl: public wxWindowDCImpl
+class WXDLL
IMPEXP_CORE
wxClientDCImpl: public wxWindowDCImpl
{
public:
wxClientDCImpl( wxDC *owner );
{
public:
wxClientDCImpl( wxDC *owner );
@@
-55,7
+55,7
@@
private:
};
};
-class WXDLL
EXPORT
wxPaintDCImpl: public wxWindowDCImpl
+class WXDLL
IMPEXP_CORE
wxPaintDCImpl: public wxWindowDCImpl
{
public:
wxPaintDCImpl( wxDC *owner );
{
public:
wxPaintDCImpl( wxDC *owner );