mirror of
https://github.com/nginx/nginx.git
synced 2026-06-24 19:06:48 +00:00
treat '\' as special character in win32 only
This commit is contained in:
parent
020ffea637
commit
addd3c8676
1 changed files with 4 additions and 0 deletions
|
|
@ -16,7 +16,11 @@ static uint32_t usual[] = {
|
|||
0x7fff37d6, /* 0111 1111 1111 1111 0011 0111 1101 0110 */
|
||||
|
||||
/* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */
|
||||
#if (NGX_WIN32)
|
||||
0xefffffff, /* 1110 1111 1111 1111 1111 1111 1111 1111 */
|
||||
#else
|
||||
0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
|
||||
#endif
|
||||
|
||||
/* ~}| {zyx wvut srqp onml kjih gfed cba` */
|
||||
0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue