more order in wxCRT_filefunctions: define A and W versions, just as for everything else and simply map suffix-less versions to the appropriate ones

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-04-25 15:53:45 +00:00
parent 8a3f03ffce
commit d5e71e81ec
3 changed files with 73 additions and 98 deletions

View File

@@ -131,7 +131,7 @@ const int wxInvalidOffset = -1;
// regardless of the mode parameter. This hack works around the problem by
// setting the mode with _wchmod.
//
int wxCRT_Open(const wchar_t *pathname, int flags, mode_t mode)
int wxCRT_OpenW(const wchar_t *pathname, int flags, mode_t mode)
{
int moreflags = 0;