git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21602
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// wxAppTraits: this class defines various configurable aspects of wxApp
// ----------------------------------------------------------------------------
// wxAppTraits: this class defines various configurable aspects of wxApp
// ----------------------------------------------------------------------------
class WXDLLIMPEXP_BASE wxAppTraitsBase
class WXDLLIMPEXP_BASE wxAppTraitsBase
+#else
+class WXDLLIMPEXP_CORE wxAppTraitsBase
+#endif
{
public:
// wxAppTraits is an ABC, but we also provide 2 standard implementations of
{
public:
// wxAppTraits is an ABC, but we also provide 2 standard implementations of