]> git.saurik.com Git - wxWidgets.git/commit
Fixed dlmsw.cpp compilation with older SDKs and at run-time for systems prior to...
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 30 Aug 2011 15:20:05 +0000 (15:20 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 30 Aug 2011 15:20:05 +0000 (15:20 +0000)
commit685a9fa61d56606cadb99a0a34773ecfb9865fa8
tree412fd170234eeb67d20616239e4b7662ca7dc979
parent26693191362f75438afbb3bd871fd4c8b9306762
Fixed dlmsw.cpp compilation with older SDKs and at run-time for systems prior to XP SP1.

Kernel32's SetDllDirectory is only available since XP SP1 and as such also not available in the SDK that comes by default with for example VS6. Attempt to retrieve the function from the DLL at run-time instead. Regression since r68935.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/dlmsw.cpp