1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Use double quotes to include mswindows.h

This commit is contained in:
hniksic 2005-06-27 12:08:16 -07:00
parent 1e72fedf95
commit 6267a79939

View 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