use wxGUIAppTraits::WaitForChild() in wxMac too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-22 12:12:47 +00:00
parent 947f3b358c
commit a83ca5fbf5
3 changed files with 17 additions and 2 deletions

View File

@@ -3522,6 +3522,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
<set var="PLATFORM_SRC" hints="files">
<if cond="PLATFORM_UNIX=='1'">$(UNIX_SRC)</if>
<if cond="PLATFORM_MACOSX=='1'">$(UNIX_SRC)</if>
</set>
<set var="GUI_SRC" hints="files">