commit | 53f9c21fb7b48359bddbdd00967dbdfd336110fc | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dpaun@rogers.com> | Thu Aug 28 21:43:34 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 28 21:43:34 2003 +0000 |
tree | 6f5ec0998b13ceca677d1f1227d988fb5ccb566e | |
parent | 7df1b9e03a1f6bb3f0da49e346837a17cafc1f5c [diff] [blame] |
Use angle brackets (<>) rather than quotes ("") for the include directives in our .h files. This should avoid some potentially nasty surprises for Winelib apps.
diff --git a/include/netspi.h b/include/netspi.h index acecf46..ff1e996 100644 --- a/include/netspi.h +++ b/include/netspi.h
@@ -21,8 +21,8 @@ #ifndef _NETSPI_H_ #define _NETSPI_H_ -#include "windef.h" -#include "winnetwk.h" +#include <windef.h> +#include <winnetwk.h> /* * Note: The Unicode variants of all these routines/structures