]> sjero.net Git - wget/blobdiff - src/sysdep.h
[svn] Expect strpbrk and mktime to exist.
[wget] / src / sysdep.h
index 8c3a9a86370b792a89f150a135ab9832bed27bd2..344fe822323514e1ecbea01d8342be53c6abb8f8 100644 (file)
@@ -44,11 +44,11 @@ so, delete this exception statement from your version.  */
 
 #ifdef WINDOWS
 /* Windows doesn't have some functions normally found on Unix-like
-   systems, such as strcasecmp, strptime, strpbrk, etc.  Include
-   mswindows.h so we get the declarations for their replacements in
-   mswindows.c, as well as to pick up Windows-specific includes and
-   constants.  To be able to test for such features, the file must be
-   included as early as possible.  */
+   systems, such as strcasecmp, strptime, etc.  Include mswindows.h so
+   we get the declarations for their replacements in mswindows.c, as
+   well as to pick up Windows-specific includes and constants.  To be
+   able to test for such features, the file must be included as early
+   as possible.  */
 # include <mswindows.h>
 #endif