Quick fix up for __WXPM__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3f2711d5c1
commit
f28538c5f6
@ -945,7 +945,7 @@ wxDos2UnixFilename (char *s)
|
||||
}
|
||||
|
||||
void
|
||||
#ifdef __WXMSW__
|
||||
#if defined(__WXMSW__) || defined(__WXPM__)
|
||||
wxUnix2DosFilename (char *s)
|
||||
#else
|
||||
wxUnix2DosFilename (char *WXUNUSED(s) )
|
||||
|
Loading…
Reference in New Issue
Block a user