projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed Context_Current spelling
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_menu.h
diff --git
a/include/wx/xrc/xh_menu.h
b/include/wx/xrc/xh_menu.h
index 1e516bf460500d02d88e20e01b6c343956f3cd01..7a241d1a5b66c03cfd0391a31edc4d944d003f79 100644
(file)
--- a/
include/wx/xrc/xh_menu.h
+++ b/
include/wx/xrc/xh_menu.h
@@
-11,13
+11,13
@@
#ifndef _WX_XH_MENU_H_
#define _WX_XH_MENU_H_
#ifndef _WX_XH_MENU_H_
#define _WX_XH_MENU_H_
-#if defined(__GNUG__) && !defined(
__APPLE__
)
+#if defined(__GNUG__) && !defined(
NO_GCC_PRAGMA
)
#pragma interface "xh_menu.h"
#endif
#include "wx/xrc/xmlres.h"
#pragma interface "xh_menu.h"
#endif
#include "wx/xrc/xmlres.h"
-class WX
XMLDLLEXPORT
wxMenuXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxMenuXmlHandler : public wxXmlResourceHandler
{
DECLARE_DYNAMIC_CLASS(wxMenuXmlHandler)
public:
{
DECLARE_DYNAMIC_CLASS(wxMenuXmlHandler)
public:
@@
-29,9
+29,9
@@
private:
bool m_insideMenu;
};
bool m_insideMenu;
};
-class WX
XMLDLLEXPORT
wxMenuBarXmlHandler : public wxXmlResourceHandler
+class WX
DLLIMPEXP_XRC
wxMenuBarXmlHandler : public wxXmlResourceHandler
{
{
-
DECLARE_DYNAMIC_CLASS(wxMenuBarXmlHandler)
+ DECLARE_DYNAMIC_CLASS(wxMenuBarXmlHandler)
public:
wxMenuBarXmlHandler();
virtual wxObject *DoCreateResource();
public:
wxMenuBarXmlHandler();
virtual wxObject *DoCreateResource();