Attempt to work around wxWidgets CustomLinks/Links incompatibility
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6773 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
245c34216c
commit
50a892a084
1 changed files with 8 additions and 1 deletions
|
@ -100,12 +100,19 @@ TAG_HANDLER_BEGIN(A, "A")
|
|||
TAG_HANDLER_END(A)
|
||||
|
||||
|
||||
|
||||
#if wxCHECK_VERSION(3, 0, 0)
|
||||
TAGS_MODULE_BEGIN(Links)
|
||||
#else
|
||||
TAGS_MODULE_BEGIN(CustomLinks)
|
||||
#endif
|
||||
|
||||
TAGS_MODULE_ADD(A)
|
||||
|
||||
#if wxCHECK_VERSION(3, 0, 0)
|
||||
TAGS_MODULE_END(Links)
|
||||
#else
|
||||
TAGS_MODULE_END(CustomLinks)
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue