Unicode compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -943,9 +943,9 @@ wxDos2UnixFilename (char *s)
|
||||
|
||||
void
|
||||
#if defined(__WXMSW__) || defined(__WXPM__)
|
||||
wxUnix2DosFilename (char *s)
|
||||
wxUnix2DosFilename (wxChar *s)
|
||||
#else
|
||||
wxUnix2DosFilename (char *WXUNUSED(s) )
|
||||
wxUnix2DosFilename (wxChar *WXUNUSED(s) )
|
||||
#endif
|
||||
{
|
||||
// Yes, I really mean this to happen under DOS only! JACS
|
||||
|
Reference in New Issue
Block a user