projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added #if wxUSE_STACKWALKER. Fixes compilation of OS X shared libraries.
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_scrol.h
diff --git
a/include/wx/xrc/xh_scrol.h
b/include/wx/xrc/xh_scrol.h
index d5a1f43788e1b9afe97bbb655ff341d82cac1f79..cc2641a9e83f2f14143d0db149c316c93c5a07dc 100644
(file)
--- a/
include/wx/xrc/xh_scrol.h
+++ b/
include/wx/xrc/xh_scrol.h
@@
-11,7
+11,7
@@
#ifndef _WX_XH_SCROL_H_
#define _WX_XH_SCROL_H_
#ifndef _WX_XH_SCROL_H_
#define _WX_XH_SCROL_H_
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "xh_scrol.h"
#endif
#pragma interface "xh_scrol.h"
#endif
@@
-20,8
+20,9
@@
-class WX
XMLDLLEXPORT
wxScrollBarXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxScrollBarXmlHandler : public wxXmlResourceHandler
{
{
+ DECLARE_DYNAMIC_CLASS(wxScrollBarXmlHandler)
enum
{
wxSL_DEFAULT_VALUE = 0,
enum
{
wxSL_DEFAULT_VALUE = 0,