this is nasty but required compilation fix, otherwise we get dllimport/dllexport mismatch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7af1b53999
commit
ec6ac3eb94
1 changed files with 4 additions and 0 deletions
|
|
@ -24,7 +24,11 @@ class WXDLLEXPORT wxMessageOutput;
|
|||
// wxAppTraits: this class defines various configurable aspects of wxApp
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#if wxUSE_BASE
|
||||
class WXDLLIMPEXP_BASE wxAppTraitsBase
|
||||
#else
|
||||
class WXDLLIMPEXP_CORE wxAppTraitsBase
|
||||
#endif
|
||||
{
|
||||
public:
|
||||
// wxAppTraits is an ABC, but we also provide 2 standard implementations of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue