move wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Oct 2006 19:06:51 +0000 (19:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Oct 2006 19:06:51 +0000 (19:06 +0000)
commit6dad7fff043b4de3dc6b584c68281588d10191b2
tree359f2b81fd2b0a3fb927be22b602840b85f01095
parenta9b4d1ec97a4d73a744e750101efc3c7f23e7939
move wxMSLU_xxx redefinitions of xxx() Windows functions to wx/msw/wrapwin.h as we have to define them after including <windows.h> and not before; also moved the rest of the wxMSLU redefinitions to wx/filefn.h where they're used as it doesn't make sense to keep only them in wx/msw/mslu.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/filefn.h
include/wx/msw/mslu.h
include/wx/msw/wrapwin.h
src/msw/mslu.cpp