git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2166
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// global data
//-----------------------------------------------------------------------------
// global data
//-----------------------------------------------------------------------------
-extern const char *wxDialogNameStr;
+extern const wxChar *wxDialogNameStr;
//-----------------------------------------------------------------------------
// wxDialog
//-----------------------------------------------------------------------------
// wxDialog
virtual bool OnData( int x, int y );
/* you have to override OnDropFiles to get at the file names */
virtual bool OnData( int x, int y );
/* you have to override OnDropFiles to get at the file names */
- virtual bool OnDropFiles( int x, int y, size_t nFiles, const char * const aszFiles[] ) = 0;
+ virtual bool OnDropFiles( int x, int y, size_t nFiles, const wxChar * const aszFiles[] ) = 0;
// global data
//-----------------------------------------------------------------------------
// global data
//-----------------------------------------------------------------------------
-extern const char *wxDialogNameStr;
+extern const wxChar *wxDialogNameStr;
//-----------------------------------------------------------------------------
// wxDialog
//-----------------------------------------------------------------------------
// wxDialog
virtual bool OnData( int x, int y );
/* you have to override OnDropFiles to get at the file names */
virtual bool OnData( int x, int y );
/* you have to override OnDropFiles to get at the file names */
- virtual bool OnDropFiles( int x, int y, size_t nFiles, const char * const aszFiles[] ) = 0;
+ virtual bool OnDropFiles( int x, int y, size_t nFiles, const wxChar * const aszFiles[] ) = 0;