fix deprecation warnings when building wx with MSVC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c1009b93fd
commit
220ea2b928
@ -549,8 +549,10 @@ WXDLLIMPEXP_BASE wxString wxPathOnly(const wxString& path);
|
||||
wxDEPRECATED( WXDLLIMPEXP_BASE void wxDos2UnixFilename(char *s) );
|
||||
wxDEPRECATED( WXDLLIMPEXP_BASE void wxDos2UnixFilename(wchar_t *s) );
|
||||
|
||||
wxDEPRECATED( WXDLLIMPEXP_BASE void wxUnix2DosFilename(char *s) );
|
||||
wxDEPRECATED( WXDLLIMPEXP_BASE void wxUnix2DosFilename(wchar_t *s) );
|
||||
wxDEPRECATED_BUT_USED_INTERNALLY(
|
||||
WXDLLIMPEXP_BASE void wxUnix2DosFilename(char *s) );
|
||||
wxDEPRECATED_BUT_USED_INTERNALLY(
|
||||
WXDLLIMPEXP_BASE void wxUnix2DosFilename(wchar_t *s) );
|
||||
|
||||
// Strip the extension, in situ
|
||||
wxDEPRECATED( WXDLLIMPEXP_BASE void wxStripExtension(char *buffer) );
|
||||
|
Loading…
Reference in New Issue
Block a user