]> sjero.net Git - wget/blobdiff - src/mswindows.h
[svn] Windows fixes by Gisle Vanem.
[wget] / src / mswindows.h
index 9a7a97f064a99890145a05eded2fbe534144132d..b7d9c9492d5ca7998f3811e041466e8df540efb1 100644 (file)
@@ -127,7 +127,13 @@ so, delete this exception statement from your version.  */
 
 /* Public functions.  */
 
+#ifndef HAVE_SLEEP
 unsigned int sleep (unsigned);
+#endif
+#ifndef HAVE_USLEEP
+int usleep (unsigned long);
+#endif
+
 void ws_startup (void);
 void ws_changetitle (char*, int);
 char *ws_mypath (void);