diff options
author | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
commit | 264f41f081816b2e2f80b5a0c7e1da79cda194bb (patch) | |
tree | 70b86b4292c4263b90546213bbe6657dfe166baf /winsup/cygwin/winsup.h | |
parent | ba8c69552f3c2b2ba05b9ff7c46cbc9667a871c3 (diff) | |
download | cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.gz cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.bz2 cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.zip |
white space
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 9be8d679d..87e7cec53 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -70,12 +70,12 @@ extern unsigned long cygwin_inet_addr (const char *cp); Thou shalt use CYG_MAX_PATH throughout. It avoids the NUL vs no-NUL issue and is neither of the Unixy ones [so we can punt on which - one is the right one to use]. - + one is the right one to use]. + Windows ANSI calls are limited to MAX_PATH in length. Cygwin calls that thunk through to Windows Wide calls are limited to 32K. We define CYG_MAX_PATH as a convenient, not to short, not too long 'happy medium'. - + */ #define CYG_MAX_PATH (MAX_PATH) |