From 5a5958be1d24e8fb9383def1e7545c9a7e6fa9c1 Mon Sep 17 00:00:00 2001 From: corinna Date: Mon, 2 Nov 2009 10:07:26 +0000 Subject: [PATCH] path.cc --- winsup/cygwin/path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index b51a687c60..fdc42d3722 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, -- 2.11.0