Differences From Artifact [bb2432c4ac]:
- File src/winhttp.c — part of check-in [e94c7cc4de] at 2012-03-19 05:24:43 on branch winFiles — Modify file_simplify_name to accept a parameter used to determine if the trailing slash, if any, should be retained. Make use of this when converting the local root to its canonical form. (user: mistachkin size: 30408) [more...]
To Artifact [8f4ffdcdb2]:
- File src/winhttp.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 30450)
| ︙ | |||
847 848 849 850 851 852 853 | 847 848 849 850 851 852 853 854 855 856 857 858 | + + + + + |
fossil_fatal("METHOD should be one of:"
" create delete show start stop");
}
return;
}
#endif /* _WIN32 -- This code is for win32 only */
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|