]> git.saurik.com Git - wxWidgets.git/commit
Attempt to correct mysterious MSVC6 compilation error.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 17:38:27 +0000 (17:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 17:38:27 +0000 (17:38 +0000)
commit58271f42ceaa3f27b96df865152fda417e5a52f7
treeb35a46f24613737046a23df2b1c1d4a202f490eb
parentbe8332eb97efb229427486433c7593a67b4b1a4c
Attempt to correct mysterious MSVC6 compilation error.

For some reasons MSVC6 refuses to compile TestData struct initialization. Try
to work around it by not using wxULongLong as this looks like the only thing
which might be confusing it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/filename/filenametest.cpp