]> git.saurik.com Git - wxWidgets.git/commit
Use __declspec(dllexport) instead of WXEXPORT in dll sample header.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 16:27:14 +0000 (16:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 16:27:14 +0000 (16:27 +0000)
commit1acea7877b0d14023fd11e71d4f0039f6aeb7739
tree982521b166f5a6c364c7e046de5d6a69516a440f
parentc2ebca9b9cc5365cf7e53d6a95482b282fbc0b51
Use __declspec(dllexport) instead of WXEXPORT in dll sample header.

This header can be included from non-wx code so we can't use wx symbols in it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/dll/my_dll.h