projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use memcpy() instead of wxTmemcpy() as the latter is defined in wx/wxcrt.h which...
[wxWidgets.git]
/
include
/
wx
/
palmos
/
dcclient.h
diff --git
a/include/wx/palmos/dcclient.h
b/include/wx/palmos/dcclient.h
index af3f15e8dada95f24487463e88c022ec9b69047a..d45b754e44a1260a1b751f267ced68738e74adcb 100644
(file)
--- a/
include/wx/palmos/dcclient.h
+++ b/
include/wx/palmos/dcclient.h
@@
-34,7
+34,7
@@
WX_DECLARE_EXPORTED_OBJARRAY(wxPaintDCInfo, wxArrayDCInfo);
// DC classes
// ----------------------------------------------------------------------------
// DC classes
// ----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxWindowDCImpl : public wxPalmDCImpl
+class WXDLL
IMPEXP_CORE
wxWindowDCImpl : public wxPalmDCImpl
{
public:
// default ctor
{
public:
// default ctor
@@
-53,7
+53,7
@@
protected:
DECLARE_NO_COPY_CLASS(wxWindowDCImpl)
};
DECLARE_NO_COPY_CLASS(wxWindowDCImpl)
};
-class WXDLL
EXPORT
wxClientDCImpl : public wxWindowDCImpl
+class WXDLL
IMPEXP_CORE
wxClientDCImpl : public wxWindowDCImpl
{
public:
// default ctor
{
public:
// default ctor
@@
-73,7
+73,7
@@
protected:
DECLARE_NO_COPY_CLASS(wxClientDCImpl)
};
DECLARE_NO_COPY_CLASS(wxClientDCImpl)
};
-class WXDLL
EXPORT
wxPaintDCImpl : public wxClientDCImpl
+class WXDLL
IMPEXP_CORE
wxPaintDCImpl : public wxClientDCImpl
{
public:
wxPaintDCImpl( wxDC *owner );
{
public:
wxPaintDCImpl( wxDC *owner );