projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a unit test for new events (see #10000)
[wxWidgets.git]
/
include
/
wx
/
os2
/
accel.h
diff --git
a/include/wx/os2/accel.h
b/include/wx/os2/accel.h
index 819c857ee25dba1838de7a696bb5f2f85e98c3ed..d0b9c02efc81ad8b7a28f7d948af2286d580da36 100644
(file)
--- a/
include/wx/os2/accel.h
+++ b/
include/wx/os2/accel.h
@@
-14,7
+14,7
@@
#include "wx/object.h"
#include "wx/object.h"
-class WXDLL
EXPORT
wxAcceleratorTable;
+class WXDLL
IMPEXP_FWD_CORE
wxAcceleratorTable;
// Hold Ctrl key down
#define wxACCEL_ALT 0x01
// Hold Ctrl key down
#define wxACCEL_ALT 0x01
@@
-28,7
+28,7
@@
class WXDLLEXPORT wxAcceleratorTable;
// Hold no key down
#define wxACCEL_NORMAL 0x00
// Hold no key down
#define wxACCEL_NORMAL 0x00
-class WXDLL
EXPORT
wxAcceleratorTable: public wxObject
+class WXDLL
IMPEXP_CORE
wxAcceleratorTable: public wxObject
{
DECLARE_DYNAMIC_CLASS(wxAcceleratorTable)
public:
{
DECLARE_DYNAMIC_CLASS(wxAcceleratorTable)
public:
@@
-51,8
+51,8
@@
public:
) const;
};
) const;
};
-WXDLL
EXPORT_DATA
(extern wxAcceleratorTable) wxNullAcceleratorTable;
+WXDLL
IMPEXP_DATA_CORE
(extern wxAcceleratorTable) wxNullAcceleratorTable;
-WXDLL
EXPORT
wxString wxPMTextToLabel(const wxString& rsTitle);
+WXDLL
IMPEXP_CORE
wxString wxPMTextToLabel(const wxString& rsTitle);
#endif
// _WX_ACCEL_H_
#endif
// _WX_ACCEL_H_