]> git.saurik.com Git - wxWidgets.git/commit
Only use wxFORCE_LINK_MODULE() in mediaplayer sample in static build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Sep 2010 11:05:51 +0000 (11:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Sep 2010 11:05:51 +0000 (11:05 +0000)
commit75595b9750de618c1ccc6356159aad0918bc4786
tree3047d635c89f07c1b5d22fa5b64c2de8da3584bf
parent473ca5f34aec8f80adcfc6bfb8888807567dfeae
Only use wxFORCE_LINK_MODULE() in mediaplayer sample in static build.

The linking optimization this macro protects against can't happen when using
DLL and so using it is at best useless and actually harmful (because it
doesn't contain the correct DLL export declarations) in the latter case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/mediaplayer/mediaplayer.cpp