* path.h (enum pathconv_arg): Remove PC_CHECK_EA.
This commit is contained in:
parent
e684be61f8
commit
7c5ede22c5
|
@ -1,3 +1,7 @@
|
|||
2010-09-05 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* path.h (enum pathconv_arg): Remove PC_CHECK_EA.
|
||||
|
||||
2010-10-02 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.
|
||||
|
|
|
@ -57,7 +57,6 @@ enum pathconv_arg
|
|||
PC_SYM_CONTENTS = 0x0008,
|
||||
PC_NOFULL = 0x0010,
|
||||
PC_NULLEMPTY = 0x0020,
|
||||
PC_CHECK_EA = 0x0040,
|
||||
PC_POSIX = 0x0080,
|
||||
PC_NOWARN = 0x0100,
|
||||
PC_KEEP_HANDLE = 0x00400000,
|
||||
|
|
Loading…
Reference in New Issue