mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 11:30:56 +08:00
Cygwin: sys/cygwin.h: fix formatting
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
ae3370bb9d
commit
4afc52d57c
@ -54,9 +54,9 @@ enum
|
||||
CCP_CONVTYPE_MASK = 3,
|
||||
|
||||
/* Or these values to the above as needed. */
|
||||
CCP_ABSOLUTE = 0, /* Request absolute path (default). */
|
||||
CCP_RELATIVE = 0x100, /* Request to keep path relative. */
|
||||
CCP_PROC_CYGDRIVE = 0x200, /* Request to return /proc/cygdrive
|
||||
CCP_ABSOLUTE = 0, /* Request absolute path (default). */
|
||||
CCP_RELATIVE = 0x100, /* Request to keep path relative. */
|
||||
CCP_PROC_CYGDRIVE = 0x200, /* Request to return /proc/cygdrive
|
||||
path (only with CCP_*_TO_POSIX). */
|
||||
|
||||
CCP_CONVFLAGS_MASK = 0x300,
|
||||
|
Loading…
x
Reference in New Issue
Block a user