]> sjero.net Git - wget/commitdiff
[svn] Use double quotes to include mswindows.h
authorhniksic <devnull@localhost>
Mon, 27 Jun 2005 19:08:16 +0000 (12:08 -0700)
committerhniksic <devnull@localhost>
Mon, 27 Jun 2005 19:08:16 +0000 (12:08 -0700)
src/sysdep.h

index 5597fe4e7a1ab0460c5162b772cdb7d4e8521883..26662c8d6d049b9e2a6fc6698b16e427fa368820 100644 (file)
@@ -49,7 +49,7 @@ so, delete this exception statement from your version.  */
    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>
+# include "mswindows.h"
 #endif
 
 /* Provide support for C99-type boolean type "bool".  This blurb comes