added qa library (currently consisting of wxDebugReport and related classes only); moved debugrpt.* files there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -142,6 +142,17 @@
|
||||
# define WXDLLIMPEXP_DATA_ODBC(type) type
|
||||
#endif
|
||||
|
||||
#ifdef WXMAKINGDLL_QA
|
||||
# define WXDLLIMPEXP_QA WXEXPORT
|
||||
# define WXDLLIMPEXP_DATA_QA(type) WXEXPORT type
|
||||
#elif defined(WXUSINGDLL)
|
||||
# define WXDLLIMPEXP_QA WXIMPORT
|
||||
# define WXDLLIMPEXP_DATA_QA(type) WXIMPORT type
|
||||
#else /* not making nor using DLL */
|
||||
# define WXDLLIMPEXP_QA
|
||||
# define WXDLLIMPEXP_DATA_QA(type) type
|
||||
#endif
|
||||
|
||||
#ifdef WXMAKINGDLL_DBGRID
|
||||
# define WXDLLIMPEXP_DBGRID WXEXPORT
|
||||
# define WXDLLIMPEXP_DATA_DBGRID(type) WXEXPORT type
|
||||
|
Reference in New Issue
Block a user