]> git.saurik.com Git - wxWidgets.git/commit
Compilation fix for old SDK in wxFileSystemWatcher MSW code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Oct 2009 12:53:18 +0000 (12:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Oct 2009 12:53:18 +0000 (12:53 +0000)
commit1f12921dc97a067e9316836243bac71c39d00217
tree353ee48ad86ce457573a09220cb5685fa52d1703
parent5cd99866132366b74289e5a08e963723732bae01
Compilation fix for old SDK in wxFileSystemWatcher MSW code.

PULONG_PTR is older SDK so use "LONG_PTR *" which we already define in our
wx/msw/wrapwin.h in any case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private/fswatcher.h