projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix line endings
[wxWidgets.git]
/
include
/
wx
/
dcbuffer.h
diff --git
a/include/wx/dcbuffer.h
b/include/wx/dcbuffer.h
index 1ef12f47b44813cbd74f7fd3dc94632bb08f6e7f..203f7cd1a38c93a7aef6be8c9718a7caf3fe71e2 100644
(file)
--- a/
include/wx/dcbuffer.h
+++ b/
include/wx/dcbuffer.h
@@
-41,7
+41,7
@@
// is private style and not returned by GetStyle.
#define wxBUFFER_USES_SHARED_BUFFER 0x04
// is private style and not returned by GetStyle.
#define wxBUFFER_USES_SHARED_BUFFER 0x04
-class WXDLL
EXPORT
wxBufferedDC : public wxMemoryDC
+class WXDLL
IMPEXP_CORE
wxBufferedDC : public wxMemoryDC
{
public:
// Default ctor, must subsequently call Init for two stage construction.
{
public:
// Default ctor, must subsequently call Init for two stage construction.
@@
-149,7
+149,7
@@
private:
// Creates a double buffered wxPaintDC, optionally allowing the
// user to specify their own buffer to use.
// Creates a double buffered wxPaintDC, optionally allowing the
// user to specify their own buffer to use.
-class WXDLL
EXPORT
wxBufferedPaintDC : public wxBufferedDC
+class WXDLL
IMPEXP_CORE
wxBufferedPaintDC : public wxBufferedDC
{
public:
// If no bitmap is supplied by the user, a temporary one will be created.
{
public:
// If no bitmap is supplied by the user, a temporary one will be created.
@@
-219,7
+219,7
@@
private:
#ifdef __WXDEBUG__
#ifdef __WXDEBUG__
-class wxAutoBufferedPaintDC : public wxAutoBufferedPaintDCBase
+class
WXDLLIMPEXP_CORE
wxAutoBufferedPaintDC : public wxAutoBufferedPaintDCBase
{
public:
{
public: