projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Initial/Best size fixes for wxRadioBox, wxSlider and wxStaticText on wxMSW
[wxWidgets.git]
/
include
/
wx
/
msw
/
dcscreen.h
diff --git
a/include/wx/msw/dcscreen.h
b/include/wx/msw/dcscreen.h
index 3517e78b6168ef80fef89056e54a9e7f527e1154..f45f903d061de0f96c79b6aa949c68683d5c9b6a 100644
(file)
--- a/
include/wx/msw/dcscreen.h
+++ b/
include/wx/msw/dcscreen.h
@@
-12,7
+12,7
@@
#ifndef _WX_DCSCREEN_H_
#define _WX_DCSCREEN_H_
#ifndef _WX_DCSCREEN_H_
#define _WX_DCSCREEN_H_
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dcscreen.h"
#endif
#pragma interface "dcscreen.h"
#endif
@@
-33,7
+33,7
@@
protected:
virtual void DoGetSize(int *width, int *height) const;
private:
virtual void DoGetSize(int *width, int *height) const;
private:
- DECLARE_DYNAMIC_CLASS(wxScreenDC)
+ DECLARE_DYNAMIC_CLASS
_NO_COPY
(wxScreenDC)
};
#endif
};
#endif