Use wxWcslen instead of wcslen.
authorMattia Barbon <mbarbon@cpan.org>
Fri, 27 Dec 2002 21:39:58 +0000 (21:39 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 27 Dec 2002 21:39:58 +0000 (21:39 +0000)
commit17ebae657e11b672d0c1a5ae19f5ef889503eaf2
tree3c9b81862d7aede8591122e8b8286ce9710fd996
parent91f580b23511449bea4bc629c22d297b4eb01883
  Use wxWcslen instead of wcslen.
  Work around a compiler bug: with (at least) GCC 2.95.3-5 under Cygwin,
the destructor for the global s_fileInfo is called twice (!). This does
hot happen if a function returning a reference to a static variable is
used.

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