git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55906
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// test data
// ----------------------------------------------------------------------------
// test data
// ----------------------------------------------------------------------------
-static struct FileNameInfo
+static struct TestFileNameInfo
{
const wxChar *fullname;
const wxChar *volume;
{
const wxChar *fullname;
const wxChar *volume;
{
for ( size_t n = 0; n < WXSIZEOF(filenames); n++ )
{
{
for ( size_t n = 0; n < WXSIZEOF(filenames); n++ )
{
- const FileNameInfo& fni = filenames[n];
+ const TestFileNameInfo& fni = filenames[n];
wxFileName fn(fni.fullname, fni.format);
wxFileName fn(fni.fullname, fni.format);
{
for ( size_t n = 0; n < WXSIZEOF(filenames); n++ )
{
{
for ( size_t n = 0; n < WXSIZEOF(filenames); n++ )
{
- const FileNameInfo& fni = filenames[n];
+ const TestFileNameInfo& fni = filenames[n];
wxString volume, path, name, ext;
wxFileName::SplitPath(fni.fullname,
&volume, &path, &name, &ext, fni.format);
wxString volume, path, name, ext;
wxFileName::SplitPath(fni.fullname,
&volume, &path, &name, &ext, fni.format);