diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-11-02 10:07:26 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-11-02 10:07:26 +0000 |
commit | 9725900d860b5d86a316faf66d357a3c9a5d7f83 (patch) | |
tree | eb19b4a1ab0049557b38939a171d43b557c8493e | |
parent | 0055caee0f9f08cf7eb46705199936ccb2d31cb1 (diff) | |
download | cygnal-9725900d860b5d86a316faf66d357a3c9a5d7f83.tar.gz cygnal-9725900d860b5d86a316faf66d357a3c9a5d7f83.tar.bz2 cygnal-9725900d860b5d86a316faf66d357a3c9a5d7f83.zip |
path.cc
-rw-r--r-- | winsup/cygwin/path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index b51a687c6..fdc42d372 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -401,7 +401,7 @@ path_conv::set_normalized_path (const char *path_copy) is affected as well, but we can't transform it as long as we accept Win32 paths as input. The reverse functionality is in strfuncs.cc, function sys_cp_wcstombs. */ -WCHAR tfx_chars[] NO_COPY = { +static const WCHAR tfx_chars[] = { 0, 0xf000 | 1, 0xf000 | 2, 0xf000 | 3, 0xf000 | 4, 0xf000 | 5, 0xf000 | 6, 0xf000 | 7, 0xf000 | 8, 0xf000 | 9, 0xf000 | 10, 0xf000 | 11, |