cleanup: include directives

Dimitrie O. Paun dpaun at rogers.com
Thu Aug 28 07:44:18 CDT 2003


This one has been in the queue long enough...

ChangeLog
    Use angle brackets (<>) rather than quotes ("") for the
    include directives in our .h files. This should avoid some
    potentially nasty surprises for Winelib apps.

Index: include/accctrl.h
===================================================================
RCS file: /var/cvs/wine/include/accctrl.h,v
retrieving revision 1.1
diff -u -r1.1 accctrl.h
--- include/accctrl.h	19 Dec 2002 04:15:02 -0000	1.1
+++ include/accctrl.h	28 Aug 2003 04:53:30 -0000
@@ -19,7 +19,7 @@
 #ifndef __WINE_ACCCTRL_H
 #define __WINE_ACCCTRL_H
 
-#include "wtypes.h"
+#include <wtypes.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/async.h
===================================================================
RCS file: /var/cvs/wine/include/async.h,v
retrieving revision 1.6
diff -u -r1.6 async.h
--- include/async.h	26 Jun 2003 02:08:17 -0000	1.6
+++ include/async.h	28 Aug 2003 04:53:30 -0000
@@ -26,8 +26,8 @@
 #ifndef __WINE_ASYNC_H
 #define __WINE_ASYNC_H
 
-#include "wine/server.h"
-#include "winternl.h"
+#include <wine/server.h>
+#include <winternl.h>
 
 struct async_private;
 
Index: include/bitmap.h
===================================================================
RCS file: /var/cvs/wine/include/bitmap.h,v
retrieving revision 1.26
diff -u -r1.26 bitmap.h
--- include/bitmap.h	28 Aug 2002 22:35:23 -0000	1.26
+++ include/bitmap.h	28 Aug 2003 04:53:30 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_BITMAP_H
 #define __WINE_BITMAP_H
 
-#include "gdi.h"
+#include <gdi.h>
 
 /* DIB Section sync state */
 enum { DIB_Status_None, DIB_Status_InSync, DIB_Status_GdiMod, DIB_Status_AppMod, DIB_Status_AuxMod };
Index: include/builtin16.h
===================================================================
RCS file: /var/cvs/wine/include/builtin16.h,v
retrieving revision 1.20
diff -u -r1.20 builtin16.h
--- include/builtin16.h	16 Aug 2002 20:02:54 -0000	1.20
+++ include/builtin16.h	28 Aug 2003 04:53:30 -0000
@@ -21,13 +21,13 @@
 #ifndef __WINE_BUILTIN16_H
 #define __WINE_BUILTIN16_H
 
-#include "windef.h"
-#include "wine/windef16.h"
+#include <windef.h>
+#include <wine/windef16.h>
 
 struct _CONTEXT86;
 struct _STACK16FRAME;
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 #ifdef __i386__
 
@@ -70,7 +70,7 @@
 
 #endif
 
-#include "poppack.h"
+#include <poppack.h>
 
 /* argument type flags for relay debugging */
 enum arg_types
Index: include/callback.h
===================================================================
RCS file: /var/cvs/wine/include/callback.h,v
retrieving revision 1.53
diff -u -r1.53 callback.h
--- include/callback.h	27 Apr 2003 00:47:59 -0000	1.53
+++ include/callback.h	28 Aug 2003 04:53:30 -0000
@@ -21,8 +21,8 @@
 #ifndef __WINE_CALLBACK_H
 #define __WINE_CALLBACK_H
 
-#include "windef.h"
-#include "winnt.h"
+#include <windef.h>
+#include <winnt.h>
 
 typedef struct {
     void (WINAPI *EmulateInterruptPM)( CONTEXT86 *context, BYTE intnum );
Index: include/clipboard.h
===================================================================
RCS file: /var/cvs/wine/include/clipboard.h,v
retrieving revision 1.16
diff -u -r1.16 clipboard.h
--- include/clipboard.h	23 Jun 2003 23:02:03 -0000	1.16
+++ include/clipboard.h	28 Aug 2003 04:53:30 -0000
@@ -22,7 +22,7 @@
 #ifndef __WINE_CLIPBOARD_H
 #define __WINE_CLIPBOARD_H
 
-#include "windef.h"
+#include <windef.h>
 
 typedef struct tagCLIPBOARDINFO
 {
Index: include/comcat.h
===================================================================
RCS file: /var/cvs/wine/include/comcat.h,v
retrieving revision 1.7
diff -u -r1.7 comcat.h
--- include/comcat.h	3 Jan 2003 19:12:55 -0000	1.7
+++ include/comcat.h	28 Aug 2003 04:53:30 -0000
@@ -16,18 +16,18 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 #ifndef COM_NO_WINDOWS_H
-#include "windows.h"
-#include "ole2.h"
+#include <windows.h>
+#include <ole2.h>
 #endif
 
 #ifndef __WINE_COMCAT_H
 #define __WINE_COMCAT_H
 
-#include "unknwn.h"
-#include "wine/obj_enumguid.h"
-#include "wine/obj_comcat.h"
+#include <unknwn.h>
+#include <wine/obj_enumguid.h>
+#include <wine/obj_comcat.h>
 
 #endif /*__WINE_COMCAT_H */
Index: include/commctrl.h
===================================================================
RCS file: /var/cvs/wine/include/commctrl.h,v
retrieving revision 1.111
diff -u -r1.111 commctrl.h
--- include/commctrl.h	22 Aug 2003 23:51:15 -0000	1.111
+++ include/commctrl.h	28 Aug 2003 04:53:30 -0000
@@ -21,12 +21,12 @@
 #ifndef __WINE_COMMCTRL_H
 #define __WINE_COMMCTRL_H
 
-#include "windef.h"
-#include "winbase.h"
-#include "wingdi.h"
-#include "winuser.h"
-#include "winnls.h"
-#include "prsht.h"
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+#include <winuser.h>
+#include <winnls.h>
+#include <prsht.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -1986,7 +1986,7 @@
 #define PGN_SCROLL              (PGN_FIRST-1)
 #define PGN_CALCSIZE            (PGN_FIRST-2)
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 typedef struct
 {
@@ -1999,7 +1999,7 @@
     INT  iScroll;
 } NMPGSCROLL, *LPNMPGSCROLL;
 
-#include "poppack.h"
+#include <poppack.h>
 
 typedef struct
 {
@@ -2428,14 +2428,14 @@
 #define NMTVGETINFOTIP WINELIB_NAME_AW(NMTVGETINFOTIP)
 #define LPNMTVGETINFOTIP WINELIB_NAME_AW(LPNMTVGETINFOTIP)
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 typedef struct tagTVKEYDOWN
 {
     NMHDR hdr;
     WORD wVKey;
     UINT flags;
 } NMTVKEYDOWN, *LPNMTVKEYDOWN;
-#include "poppack.h"
+#include <poppack.h>
 
 #define TV_KEYDOWN      NMTVKEYDOWN
 
@@ -3092,14 +3092,14 @@
 #define LV_DISPINFOA	NMLVDISPINFOA
 #define LV_DISPINFOW	NMLVDISPINFOW
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 typedef struct tagLVKEYDOWN
 {
   NMHDR hdr;
   WORD  wVKey;
   UINT flags;
 } NMLVKEYDOWN, *LPNMLVKEYDOWN;
-#include "poppack.h"
+#include <poppack.h>
 
 #define LV_KEYDOWN     NMLVKEYDOWN
 
@@ -3692,14 +3692,14 @@
 #define TCN_SELCHANGING         (TCN_FIRST - 2)
 #define TCN_GETOBJECT           (TCN_FIRST - 3)
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 typedef struct tagTCKEYDOWN
 {
     NMHDR hdr;
     WORD wVKey;
     UINT flags;
 } NMTCKEYDOWN;
-#include "poppack.h"
+#include <poppack.h>
 
 #define TC_KEYDOWN              NMTCKEYDOWN
 
Index: include/commdlg.h
===================================================================
RCS file: /var/cvs/wine/include/commdlg.h,v
retrieving revision 1.39
diff -u -r1.39 commdlg.h
--- include/commdlg.h	11 Aug 2003 18:42:18 -0000	1.39
+++ include/commdlg.h	28 Aug 2003 04:53:30 -0000
@@ -25,8 +25,8 @@
 extern "C" {
 #endif
 
-#include "prsht.h"
-#include "pshpack1.h"
+#include <prsht.h>
+#include <pshpack1.h>
 
 #ifndef SNDMSG
 #ifdef __cplusplus
@@ -686,7 +686,7 @@
 void COMDLG32_SetCommDlgExtendedError(DWORD err);
 
 
-#include "poppack.h"
+#include <poppack.h>
 
 #ifdef __cplusplus
 }
Index: include/compobj.h
===================================================================
RCS file: /var/cvs/wine/include/compobj.h,v
retrieving revision 1.6
diff -u -r1.6 compobj.h
--- include/compobj.h	10 Mar 2002 00:02:34 -0000	1.6
+++ include/compobj.h	28 Aug 2003 04:53:30 -0000
@@ -20,6 +20,6 @@
 #define __WINE_COMPOBJ_H
 
 /* compobj.h is just a synonym for objbase.h */
-#include "objbase.h"
+#include <objbase.h>
 
 #endif /* __WINE_COMPOBJ_H */
Index: include/control.h
===================================================================
RCS file: /var/cvs/wine/include/control.h,v
retrieving revision 1.8
diff -u -r1.8 control.h
--- include/control.h	16 Jun 2003 01:17:10 -0000	1.8
+++ include/control.h	28 Aug 2003 04:53:30 -0000
@@ -19,10 +19,10 @@
 #ifndef __CONTROL_INCLUDED__
 #define __CONTROL_INCLUDED__
 
-#include "windef.h"
-#include "wingdi.h"
-#include "objbase.h"
-#include "oleauto.h"
+#include <windef.h>
+#include <wingdi.h>
+#include <objbase.h>
+#include <oleauto.h>
 
 typedef struct IMediaControl IMediaControl;
 typedef struct IBasicAudio IBasicAudio;
Index: include/cpl.h
===================================================================
RCS file: /var/cvs/wine/include/cpl.h,v
retrieving revision 1.2
diff -u -r1.2 cpl.h
--- include/cpl.h	10 Mar 2002 00:02:34 -0000	1.2
+++ include/cpl.h	28 Aug 2003 04:53:30 -0000
@@ -21,7 +21,7 @@
 #ifndef _INC_CPL
 #define _INC_CPL
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -84,6 +84,6 @@
 }
 #endif
 
-#include "poppack.h"
+#include <poppack.h>
 
 #endif /* _INC_CPL */
Index: include/cursoricon.h
===================================================================
RCS file: /var/cvs/wine/include/cursoricon.h,v
retrieving revision 1.19
diff -u -r1.19 cursoricon.h
--- include/cursoricon.h	22 Nov 2002 20:43:02 -0000	1.19
+++ include/cursoricon.h	28 Aug 2003 04:53:30 -0000
@@ -21,9 +21,9 @@
 #ifndef __WINE_CURSORICON_H
 #define __WINE_CURSORICON_H
 
-#include "windef.h"
+#include <windef.h>
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 typedef struct
 {
@@ -78,7 +78,7 @@
 } CURSORICONFILEDIR;
 
 
-#include "poppack.h"
+#include <poppack.h>
 
 #define CID_RESOURCE  0x0001
 #define CID_WIN32     0x0004
Index: include/d3d.h
===================================================================
RCS file: /var/cvs/wine/include/d3d.h,v
retrieving revision 1.29
diff -u -r1.29 d3d.h
--- include/d3d.h	11 Apr 2003 00:31:04 -0000	1.29
+++ include/d3d.h	28 Aug 2003 04:53:30 -0000
@@ -19,9 +19,9 @@
 #ifndef __WINE_D3D_H
 #define __WINE_D3D_H
 
-#include "ddraw.h"
-#include "d3dtypes.h" /* must precede d3dcaps.h */
-#include "d3dcaps.h"
+#include <ddraw.h>
+#include <d3dtypes.h> /* must precede d3dcaps.h */
+#include <d3dcaps.h>
 
 /*****************************************************************************
  * Predeclare the interfaces
Index: include/d3d8.h
===================================================================
RCS file: /var/cvs/wine/include/d3d8.h,v
retrieving revision 1.10
diff -u -r1.10 d3d8.h
--- include/d3d8.h	8 Jul 2003 21:04:01 -0000	1.10
+++ include/d3d8.h	28 Aug 2003 04:53:30 -0000
@@ -23,10 +23,10 @@
 #define DIRECT3D_VERSION  0x0800
 #endif
 
-#include "objbase.h"
+#include <objbase.h>
 
-#include "d3d8types.h"
-#include "d3d8caps.h"
+#include <d3d8types.h>
+#include <d3d8caps.h>
 
 /*****************************************************************************
  * Behavior Flags for IDirect3D8::CreateDevice
Index: include/d3d9.h
===================================================================
RCS file: /var/cvs/wine/include/d3d9.h,v
retrieving revision 1.3
diff -u -r1.3 d3d9.h
--- include/d3d9.h	1 Jul 2003 01:09:17 -0000	1.3
+++ include/d3d9.h	28 Aug 2003 04:53:30 -0000
@@ -24,10 +24,10 @@
 #define DIRECT3D_VERSION  0x0900
 #endif
 
-#include "objbase.h"
+#include <objbase.h>
 
-#include "d3d9types.h"
-#include "d3d9caps.h"
+#include <d3d9types.h>
+#include <d3d9caps.h>
 
 /*****************************************************************************
  * Behavior Flags for IDirect3D8::CreateDevice
Index: include/d3dcaps.h
===================================================================
RCS file: /var/cvs/wine/include/d3dcaps.h,v
retrieving revision 1.4
diff -u -r1.4 d3dcaps.h
--- include/d3dcaps.h	10 Mar 2002 00:02:34 -0000	1.4
+++ include/d3dcaps.h	28 Aug 2003 04:53:30 -0000
@@ -19,7 +19,7 @@
 #ifndef __WINE_D3DCAPS_H
 #define __WINE_D3DCAPS_H
 
-#include "ddraw.h"
+#include <ddraw.h>
 
 typedef struct _D3DTRANSFORMCAPS {
 	DWORD dwSize;
Index: include/d3dhal.h
===================================================================
RCS file: /var/cvs/wine/include/d3dhal.h,v
retrieving revision 1.3
diff -u -r1.3 d3dhal.h
--- include/d3dhal.h	10 Mar 2002 00:02:34 -0000	1.3
+++ include/d3dhal.h	28 Aug 2003 04:53:30 -0000
@@ -26,7 +26,7 @@
 extern "C" {
 #endif
 
-#include "d3d.h"
+#include <d3d.h>
 
 /*****************************************************************************
  * device info structures
Index: include/d3dtypes.h
===================================================================
RCS file: /var/cvs/wine/include/d3dtypes.h,v
retrieving revision 1.9
diff -u -r1.9 d3dtypes.h
--- include/d3dtypes.h	14 Jun 2002 00:39:44 -0000	1.9
+++ include/d3dtypes.h	28 Aug 2003 04:53:30 -0000
@@ -28,7 +28,7 @@
 /* #include <windows.h> FIXME: Need to include for compatibility. Inclusion caused compile fail */
 
 #include <float.h>
-#include "ddraw.h"
+#include <ddraw.h>
 
 #define D3DVALP(val, prec)      ((float)(val))
 #define D3DVAL(val)             ((float)(val))
@@ -332,7 +332,7 @@
 } D3DMATRIX, *LPD3DMATRIX;
 
 #if defined(__cplusplus) && defined(D3D_OVERLOADS)
-#include "d3dvec.inl"
+#include <d3dvec.inl>
 #endif
 
 typedef struct _D3DVIEWPORT {
Index: include/d3dx8core.h
===================================================================
RCS file: /var/cvs/wine/include/d3dx8core.h,v
retrieving revision 1.5
diff -u -r1.5 d3dx8core.h
--- include/d3dx8core.h	11 Apr 2003 00:31:04 -0000	1.5
+++ include/d3dx8core.h	28 Aug 2003 04:53:30 -0000
@@ -19,11 +19,11 @@
 #ifndef __WINE_D3DX8CORE_H
 #define __WINE_D3DX8CORE_H
 
-#include "objbase.h"
+#include <objbase.h>
 
-#include "d3d8.h"
-#include "d3d8types.h"
-#include "d3d8caps.h"
+#include <d3d8.h>
+#include <d3d8types.h>
+#include <d3d8caps.h>
 
 /*****************************************************************************
  * #defines and error codes
Index: include/dbghelp.h
===================================================================
RCS file: /var/cvs/wine/include/dbghelp.h,v
retrieving revision 1.1
diff -u -r1.1 dbghelp.h
--- include/dbghelp.h	26 Jun 2003 02:06:40 -0000	1.1
+++ include/dbghelp.h	28 Aug 2003 04:53:31 -0000
@@ -21,9 +21,9 @@
 #ifndef __WINE_DBGHELP_H
 #define __WINE_DBGHELP_H
 
-#include "windef.h"
-#include "winbase.h"
-#include "ver.h"
+#include <windef.h>
+#include <winbase.h>
+#include <ver.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/dce.h
===================================================================
RCS file: /var/cvs/wine/include/dce.h,v
retrieving revision 1.12
diff -u -r1.12 dce.h
--- include/dce.h	10 Mar 2002 00:02:34 -0000	1.12
+++ include/dce.h	28 Aug 2003 04:53:31 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_DCE_H
 #define __WINE_DCE_H
 
-#include "windef.h"
+#include <windef.h>
 
 /* internal DCX flags */
 #define DCX_DCEEMPTY		0x00000800
Index: include/dde.h
===================================================================
RCS file: /var/cvs/wine/include/dde.h,v
retrieving revision 1.9
diff -u -r1.9 dde.h
--- include/dde.h	19 May 2003 23:27:16 -0000	1.9
+++ include/dde.h	28 Aug 2003 04:53:31 -0000
@@ -22,7 +22,7 @@
 #ifndef __WINE_DDE_H
 #define __WINE_DDE_H
 
-#include "windef.h"
+#include <windef.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/ddeml.h
===================================================================
RCS file: /var/cvs/wine/include/ddeml.h,v
retrieving revision 1.26
diff -u -r1.26 ddeml.h
--- include/ddeml.h	19 May 2003 23:27:16 -0000	1.26
+++ include/ddeml.h	28 Aug 2003 04:53:31 -0000
@@ -22,7 +22,7 @@
 #ifndef __WINE_DDEML_H
 #define __WINE_DDEML_H
 
-#include "windef.h"
+#include <windef.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/ddraw.h
===================================================================
RCS file: /var/cvs/wine/include/ddraw.h,v
retrieving revision 1.50
diff -u -r1.50 ddraw.h
--- include/ddraw.h	15 Jul 2003 20:53:40 -0000	1.50
+++ include/ddraw.h	28 Aug 2003 04:53:31 -0000
@@ -19,9 +19,9 @@
 #ifndef __WINE_DDRAW_H
 #define __WINE_DDRAW_H
 
-#include "windef.h" /* LARGE_INTEGER ... */
-#include "wingdi.h" /* PALETTE stuff ... */
-#include "objbase.h"
+#include <windef.h> /* LARGE_INTEGER ... */
+#include <wingdi.h> /* PALETTE stuff ... */
+#include <objbase.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/ddrawi.h
===================================================================
RCS file: /var/cvs/wine/include/ddrawi.h,v
retrieving revision 1.7
diff -u -r1.7 ddrawi.h
--- include/ddrawi.h	18 Mar 2003 19:59:47 -0000	1.7
+++ include/ddrawi.h	28 Aug 2003 04:53:31 -0000
@@ -26,8 +26,8 @@
 extern "C" {
 #endif
 
-#include "ddraw.h"
-#include "dciddi.h" /* the DD HAL is layered onto DCI escapes */
+#include <ddraw.h>
+#include <dciddi.h> /* the DD HAL is layered onto DCI escapes */
 
 typedef struct _DDVIDEOPORTCAPS *LPDDVIDEOPORTCAPS; /* should be in dvp.h */
 typedef struct _DDKERNELCAPS *LPDDKERNELCAPS; /* should be in ddkernel.h */
Index: include/digitalv.h
===================================================================
RCS file: /var/cvs/wine/include/digitalv.h,v
retrieving revision 1.5
diff -u -r1.5 digitalv.h
--- include/digitalv.h	23 Oct 2002 18:43:01 -0000	1.5
+++ include/digitalv.h	28 Aug 2003 04:53:31 -0000
@@ -23,8 +23,8 @@
  * Wine Digital Video extensions
  */
 
-#include "mmsystem.h"
-#include "windef.h"
+#include <mmsystem.h>
+#include <windef.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/dinput.h
===================================================================
RCS file: /var/cvs/wine/include/dinput.h,v
retrieving revision 1.36
diff -u -r1.36 dinput.h
--- include/dinput.h	16 Jun 2003 20:22:13 -0000	1.36
+++ include/dinput.h	28 Aug 2003 04:53:31 -0000
@@ -19,8 +19,8 @@
 #ifndef __WINE_DINPUT_H
 #define __WINE_DINPUT_H
 
-#include "windef.h" /* for MAX_PATH */
-#include "objbase.h"
+#include <windef.h> /* for MAX_PATH */
+#include <objbase.h>
 
 #ifndef DIRECTINPUT_VERSION
 #define DIRECTINPUT_VERSION	0x0800
Index: include/dmdls.h
===================================================================
RCS file: /var/cvs/wine/include/dmdls.h,v
retrieving revision 1.1
diff -u -r1.1 dmdls.h
--- include/dmdls.h	21 Mar 2003 00:42:38 -0000	1.1
+++ include/dmdls.h	28 Aug 2003 04:53:31 -0000
@@ -20,7 +20,7 @@
 #ifndef __WINE_DMUSIC_DLS_H
 #define __WINE_DMUSIC_DLS_H
 
-#include "dls1.h"
+#include <dls1.h>
 
 typedef long PCENT, GCENT, TCENT, PERCENT;
 typedef LONGLONG REFERENCE_TIME, *LPREFERENCE_TIME;
Index: include/dmo.h
===================================================================
RCS file: /var/cvs/wine/include/dmo.h,v
retrieving revision 1.2
diff -u -r1.2 dmo.h
--- include/dmo.h	22 Mar 2002 19:20:11 -0000	1.2
+++ include/dmo.h	28 Aug 2003 04:53:31 -0000
@@ -19,16 +19,16 @@
 #ifndef __DMO_H__
 #define __DMO_H__
 
-#include "mediaerr.h"
+#include <mediaerr.h>
 
 #ifdef FIX_LOCK_NAME
 #define Lock DMOLock
 #endif
-#include "mediaobj.h"
+#include <mediaobj.h>
 #ifdef FIX_LOCK_NAME
 #undef Lock
 #endif
-#include "dmoreg.h"
-#include "dmort.h"
+#include <dmoreg.h>
+#include <dmort.h>
 
 #endif  /* __DMO_H__ */
Index: include/dmplugin.h
===================================================================
RCS file: /var/cvs/wine/include/dmplugin.h,v
retrieving revision 1.4
diff -u -r1.4 dmplugin.h
--- include/dmplugin.h	11 Apr 2003 00:31:04 -0000	1.4
+++ include/dmplugin.h	28 Aug 2003 04:53:31 -0000
@@ -21,8 +21,8 @@
 #ifndef __WINE_DMUSIC_PLUGIN_H
 #define __WINE_DMUSIC_PLUGIN_H
 
-#include "objbase.h"
-#include "mmsystem.h"
+#include <objbase.h>
+#include <mmsystem.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/dmusbuff.h
===================================================================
RCS file: /var/cvs/wine/include/dmusbuff.h,v
retrieving revision 1.1
diff -u -r1.1 dmusbuff.h
--- include/dmusbuff.h	21 Mar 2003 00:42:38 -0000	1.1
+++ include/dmusbuff.h	28 Aug 2003 04:53:31 -0000
@@ -20,7 +20,7 @@
 #ifndef __WINE_DMUSIC_BUFFER_H
 #define __WINE_DMUSIC_BUFFER_H
 
-#include "pshpack4.h"
+#include <pshpack4.h>
 
 /*****************************************************************************
  * Definitions
@@ -40,6 +40,6 @@
     DWORD           dwFlags;
 } DMUS_EVENTHEADER, *LPDMUS_EVENTHEADER;
 
-#include "poppack.h"
+#include <poppack.h>
 
 #endif /* __WINE_DMUSIC_BUFFER_H */
Index: include/dmusicc.h
===================================================================
RCS file: /var/cvs/wine/include/dmusicc.h,v
retrieving revision 1.6
diff -u -r1.6 dmusicc.h
--- include/dmusicc.h	21 Jul 2003 22:10:14 -0000	1.6
+++ include/dmusicc.h	28 Aug 2003 04:53:31 -0000
@@ -20,17 +20,17 @@
 #ifndef __WINE_DMUSIC_CORE_H
 #define __WINE_DMUSIC_CORE_H
 
-#include "objbase.h"
+#include <objbase.h>
 
-#include "mmsystem.h"
-#include "dsound.h"
+#include <mmsystem.h>
+#include <dsound.h>
 
-#include "dls1.h"
-#include "dmerror.h"
-#include "dmdls.h"
-#include "dmusbuff.h"
+#include <dls1.h>
+#include <dmerror.h>
+#include <dmdls.h>
+#include <dmusbuff.h>
 
-/*#include "pshpack8.h" */
+/*#include <pshpack8.h> */
 
 #ifdef __cplusplus
 extern "C" {
@@ -675,6 +675,6 @@
 } /* extern "C" */
 #endif /* __cplusplus */
 
-/*#include "poppack.h" */
+/*#include <poppack.h> */
 
 #endif /* __WINE_DMUSIC_CORE_H */
Index: include/dmusicf.h
===================================================================
RCS file: /var/cvs/wine/include/dmusicf.h,v
retrieving revision 1.1
diff -u -r1.1 dmusicf.h
--- include/dmusicf.h	8 Apr 2003 03:56:04 -0000	1.1
+++ include/dmusicf.h	28 Aug 2003 04:53:31 -0000
@@ -21,8 +21,8 @@
 #ifndef __WINE_DMUSIC_FILEFORMATS_H
 #define __WINE_DMUSIC_FILEFORMATS_H
 
-#include "objbase.h"
-#include "mmsystem.h"
+#include <objbase.h>
+#include <mmsystem.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/dmusici.h
===================================================================
RCS file: /var/cvs/wine/include/dmusici.h,v
retrieving revision 1.5
diff -u -r1.5 dmusici.h
--- include/dmusici.h	21 Jul 2003 22:10:14 -0000	1.5
+++ include/dmusici.h	28 Aug 2003 04:53:31 -0000
@@ -21,10 +21,10 @@
 #ifndef __WINE_DMUSIC_PERFORMANCE_H
 #define __WINE_DMUSIC_PERFORMANCE_H
 
-#include "objbase.h"
-#include "mmsystem.h"
+#include <objbase.h>
+#include <mmsystem.h>
 
-#include "oleauto.h"
+#include <oleauto.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/dmusics.h
===================================================================
RCS file: /var/cvs/wine/include/dmusics.h,v
retrieving revision 1.5
diff -u -r1.5 dmusics.h
--- include/dmusics.h	21 Jul 2003 22:10:14 -0000	1.5
+++ include/dmusics.h	28 Aug 2003 04:53:31 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_DMUSIC_SOFTWARESYNTH_H
 #define __WINE_DMUSIC_SOFTWARESYNTH_H
 
-#include "dmusicc.h"
+#include <dmusicc.h>
 
 
 /*****************************************************************************
Index: include/docobj.h
===================================================================
RCS file: /var/cvs/wine/include/docobj.h,v
retrieving revision 1.16
diff -u -r1.16 docobj.h
--- include/docobj.h	11 Apr 2003 00:31:04 -0000	1.16
+++ include/docobj.h	28 Aug 2003 04:53:31 -0000
@@ -16,23 +16,23 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 #ifndef COM_NO_WINDOWS_H
-#include "windows.h"
-#include "ole2.h"
+#include <windows.h>
+#include <ole2.h>
 #endif
 
 #ifndef __WINE_DOCOBJ_H
 #define __WINE_DOCOBJ_H
 
-#include "winbase.h"
-#include "windef.h"
-#include "wingdi.h"
-#include "winuser.h"
-#include "ole2.h"
+#include <winbase.h>
+#include <windef.h>
+#include <wingdi.h>
+#include <winuser.h>
+#include <ole2.h>
 #define __WINE_INCLUDE_OAIDL
-#include "oaidl.h"
+#include <oaidl.h>
 #undef __WINE_INCLUDE_OAIDL
 
 /*****************************************************************************
Index: include/dpaddr.h
===================================================================
RCS file: /var/cvs/wine/include/dpaddr.h,v
retrieving revision 1.1
diff -u -r1.1 dpaddr.h
--- include/dpaddr.h	30 Jun 2003 18:26:13 -0000	1.1
+++ include/dpaddr.h	28 Aug 2003 04:53:31 -0000
@@ -20,7 +20,7 @@
 #define __WINE_DPLAY8_DPADDR_H
 
 #include <ole2.h>
-#include "dplay8.h"
+#include <dplay8.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/dplay.h
===================================================================
RCS file: /var/cvs/wine/include/dplay.h,v
retrieving revision 1.28
diff -u -r1.28 dplay.h
--- include/dplay.h	11 Apr 2003 00:31:04 -0000	1.28
+++ include/dplay.h	28 Aug 2003 04:53:31 -0000
@@ -19,7 +19,7 @@
 #ifndef __WINE_DPLAY_H
 #define __WINE_DPLAY_H
 
-#include "ole2.h"
+#include <ole2.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/dplay8.h
===================================================================
RCS file: /var/cvs/wine/include/dplay8.h,v
retrieving revision 1.1
diff -u -r1.1 dplay8.h
--- include/dplay8.h	30 Jun 2003 18:26:13 -0000	1.1
+++ include/dplay8.h	28 Aug 2003 04:53:31 -0000
@@ -20,7 +20,7 @@
 #define __WINE_DPLAY8_H
 
 #include <ole2.h>
-#include "dpaddr.h"
+#include <dpaddr.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/dplobby.h
===================================================================
RCS file: /var/cvs/wine/include/dplobby.h,v
retrieving revision 1.18
diff -u -r1.18 dplobby.h
--- include/dplobby.h	11 Apr 2003 00:31:04 -0000	1.18
+++ include/dplobby.h	28 Aug 2003 04:53:31 -0000
@@ -20,7 +20,7 @@
 #ifndef __WINE_DPLOBBY_H
 #define __WINE_DPLOBBY_H
 
-#include "dplay.h"
+#include <dplay.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/drive.h
===================================================================
RCS file: /var/cvs/wine/include/drive.h,v
retrieving revision 1.11
diff -u -r1.11 drive.h
--- include/drive.h	4 Jun 2003 20:17:52 -0000	1.11
+++ include/drive.h	28 Aug 2003 04:53:31 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_DRIVE_H
 #define __WINE_DRIVE_H
 
-#include "windef.h"
+#include <windef.h>
 
 #define MAX_DOS_DRIVES  26
 
Index: include/dsconf.h
===================================================================
RCS file: /var/cvs/wine/include/dsconf.h,v
retrieving revision 1.1
diff -u -r1.1 dsconf.h
--- include/dsconf.h	29 Apr 2003 22:49:52 -0000	1.1
+++ include/dsconf.h	28 Aug 2003 04:53:31 -0000
@@ -19,7 +19,7 @@
 #ifndef __WINE_DSCONF_H
 #define __WINE_DSCONF_H
 
-#include "dsound.h"
+#include <dsound.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/dshow.h
===================================================================
RCS file: /var/cvs/wine/include/dshow.h,v
retrieving revision 1.6
diff -u -r1.6 dshow.h
--- include/dshow.h	13 Jun 2003 18:06:44 -0000	1.6
+++ include/dshow.h	28 Aug 2003 04:53:31 -0000
@@ -21,24 +21,24 @@
 
 #define AM_NOVTABLE
 
-#include "windef.h"
-#include "wingdi.h"
-#include "objbase.h"
-#include "ddraw.h"
-#include "mmsystem.h"
+#include <windef.h>
+#include <wingdi.h>
+#include <objbase.h>
+#include <ddraw.h>
+#include <mmsystem.h>
 
 #ifndef NUMELMS
 #define NUMELMS(array) (sizeof(array)/sizeof((array)[0]))
 #endif
 
-#include "strmif.h"
-/*#include "amvideo.h"*/
-/*#include "amaudio.h"*/
-#include "control.h"
-/*#include "evcode.h"*/
-#include "uuids.h"
-/*#include "errors.h"*/
-#include "audevcod.h"
+#include <strmif.h>
+/*#include <amvideo.h>*/
+/*#include <amaudio.h>*/
+#include <control.h>
+/*#include <evcode.h>*/
+#include <uuids.h>
+/*#include <errors.h>*/
+#include <audevcod.h>
 
 #ifndef OATRUE
 #define OATRUE (-1)
Index: include/dsound.h
===================================================================
RCS file: /var/cvs/wine/include/dsound.h,v
retrieving revision 1.37
diff -u -r1.37 dsound.h
--- include/dsound.h	1 Jul 2003 04:33:35 -0000	1.37
+++ include/dsound.h	28 Aug 2003 04:53:31 -0000
@@ -23,8 +23,8 @@
 #define DIRECTSOUND_VERSION 0x0800
 #endif
 
-#include "mmsystem.h"
-#include "d3dtypes.h"
+#include <mmsystem.h>
+#include <d3dtypes.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/fci.h
===================================================================
RCS file: /var/cvs/wine/include/fci.h,v
retrieving revision 1.2
diff -u -r1.2 fci.h
--- include/fci.h	2 Dec 2002 19:00:59 -0000	1.2
+++ include/fci.h	28 Aug 2003 04:53:31 -0000
@@ -23,7 +23,7 @@
 extern "C" {
 #endif /* defined(__cplusplus) */
 
-#include "pshpack4.h"
+#include <pshpack4.h>
 
 #ifndef INCLUDED_TYPES_FCI_FDI
 #define INCLUDED_TYPES_FCI_FDI 1
@@ -248,7 +248,7 @@
 
 /**********************************************************************/
 
-#include "poppack.h"
+#include <poppack.h>
 
 #ifdef __cplusplus
 } /* extern "C" */
Index: include/fdi.h
===================================================================
RCS file: /var/cvs/wine/include/fdi.h,v
retrieving revision 1.2
diff -u -r1.2 fdi.h
--- include/fdi.h	2 Dec 2002 19:00:59 -0000	1.2
+++ include/fdi.h	28 Aug 2003 04:53:31 -0000
@@ -23,7 +23,7 @@
 extern "C" {
 #endif /* defined(__cplusplus) */
 
-#include "pshpack4.h"
+#include <pshpack4.h>
 
 #ifndef INCLUDED_TYPES_FCI_FDI
 #define INCLUDED_TYPES_FCI_FDI 1
@@ -257,14 +257,14 @@
 #define FNFDINOTIFY(fn) INT_PTR __cdecl fn(FDINOTIFICATIONTYPE fdint, \
 					   PFDINOTIFICATION pfdin)
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 typedef struct {
     char ach[2];  /* Set to { '*', '\0' } */
     long cbFile;  /* Required spill file size */
 } FDISPILLFILE, *PFDISPILLFILE;
 
-#include "poppack.h"
+#include <poppack.h>
 
 #define cpuUNKNOWN (-1)  /* FDI does detection */
 #define cpu80286   (0)   /* '286 opcodes only */
@@ -282,7 +282,7 @@
 
 /**********************************************************************/
 
-#include "poppack.h"
+#include <poppack.h>
 
 #ifdef __cplusplus
 } /* extern "C" */
Index: include/file.h
===================================================================
RCS file: /var/cvs/wine/include/file.h,v
retrieving revision 1.55
diff -u -r1.55 file.h
--- include/file.h	26 Aug 2003 02:54:37 -0000	1.55
+++ include/file.h	28 Aug 2003 04:53:31 -0000
@@ -26,9 +26,9 @@
 # include <sys/time.h>
 #endif
 #include <sys/types.h>
-#include "winbase.h"
-#include "wine/windef16.h"  /* HFILE16 */
-#include "winternl.h"
+#include <winbase.h>
+#include <wine/windef16.h>  /* HFILE16 */
+#include <winternl.h>
 
 #define MAX_PATHNAME_LEN   1024
 
Index: include/gdi.h
===================================================================
RCS file: /var/cvs/wine/include/gdi.h,v
retrieving revision 1.82
diff -u -r1.82 gdi.h
--- include/gdi.h	12 Aug 2003 20:42:18 -0000	1.82
+++ include/gdi.h	28 Aug 2003 04:53:31 -0000
@@ -21,9 +21,9 @@
 #ifndef __WINE_GDI_H
 #define __WINE_GDI_H
 
-#include "windef.h"
-#include "wingdi.h"
-#include "wine/wingdi16.h"
+#include <windef.h>
+#include <wingdi.h>
+#include <wine/wingdi16.h>
 #include <math.h>
 
   /* GDI objects magic numbers */
Index: include/global.h
===================================================================
RCS file: /var/cvs/wine/include/global.h,v
retrieving revision 1.16
diff -u -r1.16 global.h
--- include/global.h	28 Aug 2002 22:35:23 -0000	1.16
+++ include/global.h	28 Aug 2003 04:53:31 -0000
@@ -21,9 +21,9 @@
 #ifndef __WINE_GLOBAL_H
 #define __WINE_GLOBAL_H
 
-#include "windef.h"
-#include "wine/windef16.h"
-#include "wine/library.h"
+#include <windef.h>
+#include <wine/windef16.h>
+#include <wine/library.h>
 
 /* memory/global.c */
 extern HGLOBAL16 GLOBAL_CreateBlock( UINT16 flags, const void *ptr, DWORD size,
Index: include/heap.h
===================================================================
RCS file: /var/cvs/wine/include/heap.h,v
retrieving revision 1.24
diff -u -r1.24 heap.h
--- include/heap.h	23 Jan 2003 23:07:56 -0000	1.24
+++ include/heap.h	28 Aug 2003 04:53:32 -0000
@@ -23,8 +23,8 @@
 
 #include <string.h>
 
-#include "winbase.h"
-#include "winnls.h"
+#include <winbase.h>
+#include <winnls.h>
 
 /* strdup macros */
 /* DO NOT USE IT!!  it will go away soon */
Index: include/icmpapi.h
===================================================================
RCS file: /var/cvs/wine/include/icmpapi.h,v
retrieving revision 1.1
diff -u -r1.1 icmpapi.h
--- include/icmpapi.h	3 Dec 2002 22:08:14 -0000	1.1
+++ include/icmpapi.h	28 Aug 2003 04:53:32 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_ICMPAPI_H
 #define __WINE_ICMPAPI_H
 
-#include "windef.h"
+#include <windef.h>
 
 HANDLE WINAPI IcmpCreateFile(
     VOID
Index: include/imagehlp.h
===================================================================
RCS file: /var/cvs/wine/include/imagehlp.h,v
retrieving revision 1.17
diff -u -r1.17 imagehlp.h
--- include/imagehlp.h	27 Jun 2003 22:24:23 -0000	1.17
+++ include/imagehlp.h	28 Aug 2003 04:53:32 -0000
@@ -21,8 +21,8 @@
 #ifndef __WINE_IMAGEHLP_H
 #define __WINE_IMAGEHLP_H
 
-#include "windef.h"
-#include "winbase.h"
+#include <windef.h>
+#include <winbase.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/imm.h
===================================================================
RCS file: /var/cvs/wine/include/imm.h,v
retrieving revision 1.12
diff -u -r1.12 imm.h
--- include/imm.h	21 Aug 2003 21:32:48 -0000	1.12
+++ include/imm.h	28 Aug 2003 04:53:32 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_IMM_H
 #define __WINE_IMM_H
 
-#include "windef.h"
+#include <windef.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/initguid.h
===================================================================
RCS file: /var/cvs/wine/include/initguid.h,v
retrieving revision 1.8
diff -u -r1.8 initguid.h
--- include/initguid.h	31 May 2002 23:06:48 -0000	1.8
+++ include/initguid.h	28 Aug 2003 04:53:32 -0000
@@ -23,4 +23,4 @@
  */
 
 #define INITGUID
-#include "guiddef.h"
+#include <guiddef.h>
Index: include/instance.h
===================================================================
RCS file: /var/cvs/wine/include/instance.h,v
retrieving revision 1.4
diff -u -r1.4 instance.h
--- include/instance.h	31 May 2002 23:06:48 -0000	1.4
+++ include/instance.h	28 Aug 2003 04:53:32 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_INSTANCE_H
 #define __WINE_INSTANCE_H
 
-#include "windef.h"
+#include <windef.h>
 
   /* This structure is always located at offset 0 of the DGROUP segment */
 
Index: include/local.h
===================================================================
RCS file: /var/cvs/wine/include/local.h,v
retrieving revision 1.5
diff -u -r1.5 local.h
--- include/local.h	10 Mar 2002 00:02:34 -0000	1.5
+++ include/local.h	28 Aug 2003 04:53:32 -0000
@@ -21,8 +21,8 @@
 #ifndef __WINE_LOCAL_H
 #define __WINE_LOCAL_H
 
-#include "windef.h"
-#include "wine/windef16.h"
+#include <windef.h>
+#include <wine/windef16.h>
 
   /* These function are equivalent to the Local* API functions, */
   /* excepted that they need DS as the first parameter. This    */
Index: include/lzexpand.h
===================================================================
RCS file: /var/cvs/wine/include/lzexpand.h,v
retrieving revision 1.9
diff -u -r1.9 lzexpand.h
--- include/lzexpand.h	30 Apr 2003 17:15:06 -0000	1.9
+++ include/lzexpand.h	28 Aug 2003 04:53:32 -0000
@@ -20,7 +20,7 @@
 #ifndef __WINE_LZEXPAND_H
 #define __WINE_LZEXPAND_H
 
-#include "windef.h"
+#include <windef.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/mapicode.h
===================================================================
RCS file: /var/cvs/wine/include/mapicode.h,v
retrieving revision 1.4
diff -u -r1.4 mapicode.h
--- include/mapicode.h	3 Jan 2003 19:12:55 -0000	1.4
+++ include/mapicode.h	28 Aug 2003 04:53:32 -0000
@@ -21,7 +21,7 @@
 #ifndef MAPICODE_H
 #define MAPICODE_H
 
-#include "winerror.h"
+#include <winerror.h>
 
 #define MAKE_MAPI_SCODE(sev,fac,code) \
     ( (((ULONG)(sev)<<31) | ((ULONG)(fac)<<16) | ((ULONG)(code))) )
Index: include/mapidefs.h
===================================================================
RCS file: /var/cvs/wine/include/mapidefs.h,v
retrieving revision 1.9
diff -u -r1.9 mapidefs.h
--- include/mapidefs.h	3 Jan 2003 19:12:55 -0000	1.9
+++ include/mapidefs.h	28 Aug 2003 04:53:32 -0000
@@ -19,11 +19,11 @@
 #ifndef __WINE_MAPIDEFS_H
 #define __WINE_MAPIDEFS_H
 
-#include "windef.h"
-#include "windows.h"
-#include "winerror.h"
+#include <windef.h>
+#include <windows.h>
+#include <winerror.h>
 #ifndef _OBJBASE_H_
-#include "objbase.h"
+#include <objbase.h>
 #endif
 
 /* Some types */
Index: include/mediaobj.h
===================================================================
RCS file: /var/cvs/wine/include/mediaobj.h,v
retrieving revision 1.3
diff -u -r1.3 mediaobj.h
--- include/mediaobj.h	3 Jan 2003 19:12:55 -0000	1.3
+++ include/mediaobj.h	28 Aug 2003 04:53:32 -0000
@@ -16,11 +16,11 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 #ifndef COM_NO_WINDOWS_H
-#include "windows.h"
-#include "ole2.h"
+#include <windows.h>
+#include <ole2.h>
 #endif
 
 #ifndef __mediaobj_h__
@@ -33,8 +33,8 @@
 typedef struct IMediaObject IMediaObject;
 typedef struct IMediaObjectInPlace IMediaObjectInPlace;
 
-#include "unknwn.h"
-#include "objidl.h"
+#include <unknwn.h>
+#include <objidl.h>
 
 typedef struct _DMOMediaType
 {
Index: include/miscemu.h
===================================================================
RCS file: /var/cvs/wine/include/miscemu.h,v
retrieving revision 1.70
diff -u -r1.70 miscemu.h
--- include/miscemu.h	14 May 2003 19:41:17 -0000	1.70
+++ include/miscemu.h	28 Aug 2003 04:53:32 -0000
@@ -21,12 +21,12 @@
 #ifndef __WINE_MISCEMU_H
 #define __WINE_MISCEMU_H
 
-#include "windef.h"
-#include "selectors.h"
-#include "wine/windef16.h"
+#include <windef.h>
+#include <selectors.h>
+#include <wine/windef16.h>
 
 /* msdos/dosmem.c */
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 typedef struct
 {
@@ -86,7 +86,7 @@
     BYTE  DiskDataRate;              /* 8B: Last disk data rate selected */
 } BIOSDATA;
 
-#include "poppack.h"
+#include <poppack.h>
 
 extern WORD DOSMEM_0000H;
 extern WORD DOSMEM_BiosDataSeg;
Index: include/mmddk.h
===================================================================
RCS file: /var/cvs/wine/include/mmddk.h,v
retrieving revision 1.16
diff -u -r1.16 mmddk.h
--- include/mmddk.h	15 Mar 2003 00:54:11 -0000	1.16
+++ include/mmddk.h	28 Aug 2003 04:53:32 -0000
@@ -26,8 +26,8 @@
 #ifndef __MMDDK_H
 #define __MMDDK_H
 
-#include "mmsystem.h"
-#include "winbase.h"
+#include <mmsystem.h>
+#include <winbase.h>
 
 #define MAX_MIDIINDRV 	(16)
 /* For now I'm making 16 the maximum number of midi devices one can
@@ -41,7 +41,7 @@
  *   Multimedia DDK compatible part
  * ================================== */
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 #define DRVM_INIT		100
 #define DRVM_EXIT		101
@@ -439,6 +439,6 @@
 BOOL		 	WINAPI	DriverCallback(DWORD dwCallBack, UINT uFlags, HDRVR hDev,
 					       UINT wMsg, DWORD dwUser, DWORD dwParam1, DWORD dwParam2);
 
-#include "poppack.h"
+#include <poppack.h>
 
 #endif /* __MMDDK_H */
Index: include/mmreg.h
===================================================================
RCS file: /var/cvs/wine/include/mmreg.h,v
retrieving revision 1.10
diff -u -r1.10 mmreg.h
--- include/mmreg.h	31 May 2002 23:06:48 -0000	1.10
+++ include/mmreg.h	28 Aug 2003 04:53:32 -0000
@@ -28,7 +28,7 @@
 #ifndef _ACM_WAVEFILTER
 #define _ACM_WAVEFILTER
 
-#include "windef.h"
+#include <windef.h>
 
 #define WAVE_FILTER_UNKNOWN     0x0000
 #define WAVE_FILTER_DEVELOPMENT 0xFFFF
Index: include/mmsystem.h
===================================================================
RCS file: /var/cvs/wine/include/mmsystem.h,v
retrieving revision 1.65
diff -u -r1.65 mmsystem.h
--- include/mmsystem.h	19 Aug 2003 00:59:02 -0000	1.65
+++ include/mmsystem.h	28 Aug 2003 04:53:32 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_MMSYSTEM_H
 #define __WINE_MMSYSTEM_H
 
-#include "windef.h"
+#include <windef.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -52,7 +52,7 @@
 typedef HWAVEIN *LPHWAVEIN;
 typedef HWAVEOUT *LPHWAVEOUT;
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 typedef LRESULT (CALLBACK *DRIVERPROC)(DWORD,HDRVR,UINT,LPARAM,LPARAM);
 
@@ -2225,7 +2225,7 @@
 DECL_WINELIB_TYPE_AW(MCI_OVLY_LOAD_PARMS)
 DECL_WINELIB_TYPE_AW(LPMCI_OVLY_LOAD_PARMS)
 
-#include "poppack.h"
+#include <poppack.h>
 
 #ifdef __cplusplus
 }
Index: include/module.h
===================================================================
RCS file: /var/cvs/wine/include/module.h,v
retrieving revision 1.91
diff -u -r1.91 module.h
--- include/module.h	25 Aug 2003 00:56:37 -0000	1.91
+++ include/module.h	28 Aug 2003 04:53:32 -0000
@@ -21,11 +21,11 @@
 #ifndef __WINE_MODULE_H
 #define __WINE_MODULE_H
 
-#include "windef.h"
-#include "winbase.h"
-#include "wine/windef16.h"
-#include "wine/winbase16.h"
-#include "winternl.h"
+#include <windef.h>
+#include <winbase.h>
+#include <wine/windef16.h>
+#include <wine/winbase16.h>
+#include <winternl.h>
 
   /* In-memory module structure. See 'Windows Internals' p. 219 */
 typedef struct _NE_MODULE
@@ -98,7 +98,7 @@
 
   /* Self-loading modules contain this structure in their first segment */
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 typedef struct
 {
@@ -123,7 +123,7 @@
     DWORD dwReserved;
 } LOADPARAMS;
 
-#include "poppack.h"
+#include <poppack.h>
 
 /* internal representation of 32bit modules. per process. */
 typedef struct _wine_modref
Index: include/msacm.h
===================================================================
RCS file: /var/cvs/wine/include/msacm.h,v
retrieving revision 1.23
diff -u -r1.23 msacm.h
--- include/msacm.h	10 Dec 2002 22:56:44 -0000	1.23
+++ include/msacm.h	28 Aug 2003 04:53:32 -0000
@@ -21,9 +21,9 @@
 #ifndef __WINE_MSACM_H
 #define __WINE_MSACM_H
 
-#include "windef.h"
-#include "mmsystem.h"
-#include "mmreg.h"
+#include <windef.h>
+#include <mmsystem.h>
+#include <mmreg.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/msdos.h
===================================================================
RCS file: /var/cvs/wine/include/msdos.h,v
retrieving revision 1.13
diff -u -r1.13 msdos.h
--- include/msdos.h	21 Apr 2003 23:22:53 -0000	1.13
+++ include/msdos.h	28 Aug 2003 04:53:32 -0000
@@ -20,9 +20,9 @@
 #ifndef __WINE_MSDOS_H
 #define __WINE_MSDOS_H
 
-#include "wine/windef16.h"
+#include <wine/windef16.h>
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 struct fcb {
         BYTE drive;
@@ -121,7 +121,7 @@
     SEGPTR wine_pm_lol;         /* -- wine: Protected mode pointer to LOL */
 } DOS_LISTOFLISTS;
 
-#include "poppack.h"
+#include <poppack.h>
 
 #define MAX_DOS_DRIVES	26
 
Index: include/msiquery.h
===================================================================
RCS file: /var/cvs/wine/include/msiquery.h,v
retrieving revision 1.1
diff -u -r1.1 msiquery.h
--- include/msiquery.h	13 Aug 2003 01:27:48 -0000	1.1
+++ include/msiquery.h	28 Aug 2003 04:53:32 -0000
@@ -19,7 +19,7 @@
 #ifndef __WINE_MSIQUERY_H
 #define __WINE_MSIQUERY_H
 
-#include "msi.h"
+#include <msi.h>
 
 typedef enum tagMSICONDITION
 {
Index: include/mssip.h
===================================================================
RCS file: /var/cvs/wine/include/mssip.h,v
retrieving revision 1.1
diff -u -r1.1 mssip.h
--- include/mssip.h	9 Sep 2002 19:35:42 -0000	1.1
+++ include/mssip.h	28 Aug 2003 04:53:32 -0000
@@ -46,7 +46,7 @@
 
 /**********************************************************************/
 
-#include "pshpack8.h"
+#include <pshpack8.h>
 typedef struct SIP_SUBJECTINFO_ {
     DWORD cbSize;
     GUID *pgSubjectType;
@@ -75,26 +75,26 @@
 
     LPVOID pClientData;
 } SIP_SUBJECTINFO, *LPSIP_SUBJECTINFO;
-#include "poppack.h"
+#include <poppack.h>
 
-#include "pshpack8.h"
+#include <pshpack8.h>
 typedef struct MS_ADDINFO_FLAT_ {
   DWORD cbStruct;
 
   struct SIP_INDIRECT_DATA_ *pIndirectData;
 } MS_ADDINFO_FLAT, *PMS_ADDINFO_FLAT;
-#include "poppack.h"
+#include <poppack.h>
 
-#include "pshpack8.h"
+#include <pshpack8.h>
 typedef struct MS_ADDINFO_CATALOGMEMBER_ {
   DWORD cbStruct;
 
   struct CRYPTCATSTORE_  *pStore;
   struct CRYPTCATMEMBER_ *pMember;
 } MS_ADDINFO_CATALOGMEMBER, *PMS_ADDINFO_CATALOGMEMBER;
-#include "poppack.h"
+#include <poppack.h>
 
-#include "pshpack8.h"
+#include <pshpack8.h>
 typedef struct MS_ADDINFO_BLOB_ {
   DWORD cbStruct;
 
@@ -104,15 +104,15 @@
   DWORD cbMemSignedMsg;
   BYTE *pbMemSignedMsg;
 } MS_ADDINFO_BLOB, *PMS_ADDINFO_BLOB;
-#include "poppack.h"
+#include <poppack.h>
 
-#include "pshpack8.h"
+#include <pshpack8.h>
 typedef struct SIP_INDIRECT_DATA_ {
   CRYPT_ATTRIBUTE_TYPE_VALUE Data;
   CRYPT_ALGORITHM_IDENTIFIER DigestAlgorithm;
   CRYPT_HASH_BLOB            Digest;
 } SIP_INDIRECT_DATA, *PSIP_INDIRECT_DATA;
-#include "poppack.h"
+#include <poppack.h>
 
 typedef BOOL (WINAPI * pCryptSIPGetSignedDataMsg)(SIP_SUBJECTINFO *,DWORD *,DWORD,DWORD *,BYTE *);
 typedef BOOL (WINAPI * pCryptSIPPutSignedDataMsg)(SIP_SUBJECTINFO *,DWORD,DWORD,DWORD,BYTE);
@@ -120,7 +120,7 @@
 typedef BOOL (WINAPI * pCryptSIPVerifyIndirectData)(SIP_SUBJECTINFO *,SIP_INDIRECT_DATA *);
 typedef BOOL (WINAPI * pCryptSIPRemoveSignedDataMsg)(SIP_SUBJECTINFO *,DWORD);
 
-#include "pshpack8.h"
+#include <pshpack8.h>
 typedef struct SIP_DISPATCH_INFO_ {
   DWORD cbSize;
 
@@ -132,12 +132,12 @@
   pCryptSIPVerifyIndirectData  pfVerify;
   pCryptSIPRemoveSignedDataMsg pfRemove;
 } SIP_DISPATCH_INFO, *LPSIP_DISPATCH_INFO;
-#include "poppack.h"
+#include <poppack.h>
 
 typedef BOOL (WINAPI *pfnIsFileSupported)(HANDLE,GUID *);
 typedef BOOL (WINAPI *pfnIsFileSupportedName)(WCHAR *,GUID *);
 
-#include "pshpack8.h"
+#include <pshpack8.h>
 typedef struct SIP_ADD_NEWPROVIDER_
 {
   DWORD cbStruct;
@@ -157,7 +157,7 @@
 
   WCHAR *pwszIsFunctionNameFmt2;
 } SIP_ADD_NEWPROVIDER, *PSIP_ADD_NEWPROVIDER;
-#include "poppack.h"
+#include <poppack.h>
 
 /**********************************************************************/
 
Index: include/netspi.h
===================================================================
RCS file: /var/cvs/wine/include/netspi.h,v
retrieving revision 1.7
diff -u -r1.7 netspi.h
--- include/netspi.h	31 May 2002 23:06:48 -0000	1.7
+++ include/netspi.h	28 Aug 2003 04:53:32 -0000
@@ -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
Index: include/nonclient.h
===================================================================
RCS file: /var/cvs/wine/include/nonclient.h,v
retrieving revision 1.9
diff -u -r1.9 nonclient.h
--- include/nonclient.h	10 Mar 2002 00:02:34 -0000	1.9
+++ include/nonclient.h	28 Aug 2003 04:53:32 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_NONCLIENT_H
 #define __WINE_NONCLIENT_H
 
-#include "windef.h"
+#include <windef.h>
 
 extern LONG NC_HandleNCPaint( HWND hwnd , HRGN clip);
 extern LONG NC_HandleNCActivate( HWND hwnd, WPARAM wParam );
Index: include/ntddcdrm.h
===================================================================
RCS file: /var/cvs/wine/include/ntddcdrm.h,v
retrieving revision 1.2
diff -u -r1.2 ntddcdrm.h
--- include/ntddcdrm.h	10 Mar 2002 00:02:34 -0000	1.2
+++ include/ntddcdrm.h	28 Aug 2003 04:53:32 -0000
@@ -46,7 +46,7 @@
 #define IOCTL_CDROM_RELEASE             CTL_CODE(IOCTL_CDROM_BASE, 0x0205, METHOD_BUFFERED, FILE_READ_ACCESS)
 #define IOCTL_CDROM_FIND_NEW_DEVICES    CTL_CODE(IOCTL_CDROM_BASE, 0x0206, METHOD_BUFFERED, FILE_READ_ACCESS)
 
-#include "ntddstor.h"
+#include <ntddstor.h>
 
 #define MAXIMUM_NUMBER_TRACKS 100
 #define MAXIMUM_CDROM_SIZE 804
Index: include/ntsecapi.h
===================================================================
RCS file: /var/cvs/wine/include/ntsecapi.h,v
retrieving revision 1.9
diff -u -r1.9 ntsecapi.h
--- include/ntsecapi.h	11 Sep 2002 00:48:26 -0000	1.9
+++ include/ntsecapi.h	28 Aug 2003 04:53:32 -0000
@@ -19,7 +19,7 @@
 #ifndef __WINE_NTSECAPI_H
 #define __WINE_NTSECAPI_H
 
-#include "winnt.h"
+#include <winnt.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/oaidl.h
===================================================================
RCS file: /var/cvs/wine/include/oaidl.h,v
retrieving revision 1.17
diff -u -r1.17 oaidl.h
--- include/oaidl.h	18 Aug 2003 19:59:47 -0000	1.17
+++ include/oaidl.h	28 Aug 2003 04:53:33 -0000
@@ -1,13 +1,13 @@
 /*** Autogenerated by WIDL 0.1 from oaidl.idl - Do not edit ***/
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 
 #ifndef __WIDL_OAIDL_H
 #define __WIDL_OAIDL_H
 #ifdef __cplusplus
 extern "C" {
 #endif
-#include "objidl.h"
+#include <objidl.h>
 #ifndef __IDispatch_FWD_DEFINED__
 #define __IDispatch_FWD_DEFINED__
 typedef struct IDispatch IDispatch;
Index: include/objbase.h
===================================================================
RCS file: /var/cvs/wine/include/objbase.h,v
retrieving revision 1.32
diff -u -r1.32 objbase.h
--- include/objbase.h	12 Apr 2003 00:09:14 -0000	1.32
+++ include/objbase.h	28 Aug 2003 04:53:33 -0000
@@ -16,8 +16,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 
 #ifndef _OBJBASE_H_
 #define _OBJBASE_H_
@@ -303,7 +303,7 @@
 #define ICOM_THIS(impl,iface)    impl* const This=(impl*)(iface)
 #define ICOM_THIS_MULTI(impl,field,iface)  impl* const This=(impl*)((char*)(iface) - offsetof(impl,field))
 
-#include "objidl.h"
+#include <objidl.h>
 
 #ifndef RC_INVOKED
 /* For compatibility only, at least for now */
@@ -311,7 +311,7 @@
 #endif
 
 #ifndef INITGUID
-#include "cguid.h"
+#include <cguid.h>
 #endif
 
 #ifdef __cplusplus
Index: include/objidl.h
===================================================================
RCS file: /var/cvs/wine/include/objidl.h,v
retrieving revision 1.17
diff -u -r1.17 objidl.h
--- include/objidl.h	11 Jul 2003 03:52:58 -0000	1.17
+++ include/objidl.h	28 Aug 2003 04:53:33 -0000
@@ -1,13 +1,13 @@
 /*** Autogenerated by WIDL 0.1 from objidl.idl - Do not edit ***/
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 
 #ifndef __WIDL_OBJIDL_H
 #define __WIDL_OBJIDL_H
 #ifdef __cplusplus
 extern "C" {
 #endif
-#include "unknwn.h"
+#include <unknwn.h>
 #ifndef __IStream_FWD_DEFINED__
 #define __IStream_FWD_DEFINED__
 typedef struct IStream IStream;
Index: include/ocidl.h
===================================================================
RCS file: /var/cvs/wine/include/ocidl.h,v
retrieving revision 1.11
diff -u -r1.11 ocidl.h
--- include/ocidl.h	5 Jan 2003 01:06:30 -0000	1.11
+++ include/ocidl.h	28 Aug 2003 04:53:33 -0000
@@ -16,11 +16,11 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 #ifndef COM_NO_WINDOWS_H
-#include "windows.h"
-#include "ole2.h"
+#include <windows.h>
+#include <ole2.h>
 #endif
 
 #ifndef __WINE_OCIDL_H
@@ -31,19 +31,19 @@
 #endif
 
 #define __WINE_INCLUDE_OLEIDL
-#include "oleidl.h"
+#include <oleidl.h>
 #undef __WINE_INCLUDE_OLEIDL
 
 #define __WINE_INCLUDE_OAIDL
-#include "oaidl.h"
+#include <oaidl.h>
 #undef __WINE_INCLUDE_OAIDL
 
-#include "wine/obj_olefont.h"
-#include "wine/obj_picture.h"
+#include <wine/obj_olefont.h>
+#include <wine/obj_picture.h>
 
-#include "wine/obj_control.h"
-#include "wine/obj_connection.h"
-#include "wine/obj_property.h"
-#include "wine/obj_oleundo.h"
+#include <wine/obj_control.h>
+#include <wine/obj_connection.h>
+#include <wine/obj_property.h>
+#include <wine/obj_oleundo.h>
 
 #endif /* __WINE_OCIDL_H */
Index: include/ole2.h
===================================================================
RCS file: /var/cvs/wine/include/ole2.h,v
retrieving revision 1.39
diff -u -r1.39 ole2.h
--- include/ole2.h	18 Jul 2003 22:53:12 -0000	1.39
+++ include/ole2.h	28 Aug 2003 04:53:33 -0000
@@ -21,12 +21,12 @@
 #ifndef __WINE_OLE2_H
 #define __WINE_OLE2_H
 
-#include "windef.h"
-#include "winerror.h"
-#include "objbase.h"
-#include "oleauto.h"
+#include <windef.h>
+#include <winerror.h>
+#include <objbase.h>
+#include <oleauto.h>
 #define __WINE_INCLUDE_OLEIDL
-#include "oleidl.h"
+#include <oleidl.h>
 #undef __WINE_INCLUDE_OLEIDL
 
 struct tagMSG;
Index: include/oleauto.h
===================================================================
RCS file: /var/cvs/wine/include/oleauto.h,v
retrieving revision 1.50
diff -u -r1.50 oleauto.h
--- include/oleauto.h	18 Jul 2003 22:52:58 -0000	1.50
+++ include/oleauto.h	28 Aug 2003 04:53:33 -0000
@@ -19,9 +19,9 @@
 #ifndef __WINE_OLEAUTO_H
 #define __WINE_OLEAUTO_H
 
-#include "winbase.h"
+#include <winbase.h>
 #define __WINE_INCLUDE_OAIDL
-#include "oaidl.h"
+#include <oaidl.h>
 #undef __WINE_INCLUDE_OAIDL
 
 #ifdef __cplusplus
Index: include/olectl.h
===================================================================
RCS file: /var/cvs/wine/include/olectl.h,v
retrieving revision 1.16
diff -u -r1.16 olectl.h
--- include/olectl.h	5 Dec 2002 20:33:07 -0000	1.16
+++ include/olectl.h	28 Aug 2003 04:53:33 -0000
@@ -19,9 +19,9 @@
 #ifndef __WINE_OLECTL_H
 #define __WINE_OLECTL_H
 
-#include "windef.h"
+#include <windef.h>
 #define __WINE_INCLUDE_OCIDL
-#include "ocidl.h"
+#include <ocidl.h>
 #undef __WINE_INCLUDE_OCIDL
 
 #ifdef __cplusplus
Index: include/oledlg.h
===================================================================
RCS file: /var/cvs/wine/include/oledlg.h,v
retrieving revision 1.13
diff -u -r1.13 oledlg.h
--- include/oledlg.h	11 Apr 2003 00:31:03 -0000	1.13
+++ include/oledlg.h	28 Aug 2003 04:53:33 -0000
@@ -21,10 +21,10 @@
 #ifndef __WINE_OLEDLG_H
 #define __WINE_OLEDLG_H
 
-#include "commdlg.h"
-#include "prsht.h"
-#include "windef.h"
-#include "ole2.h"
+#include <commdlg.h>
+#include <prsht.h>
+#include <windef.h>
+#include <ole2.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/oleidl.h
===================================================================
RCS file: /var/cvs/wine/include/oleidl.h,v
retrieving revision 1.11
diff -u -r1.11 oleidl.h
--- include/oleidl.h	5 Jan 2003 01:06:19 -0000	1.11
+++ include/oleidl.h	28 Aug 2003 04:53:33 -0000
@@ -16,11 +16,11 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 #ifndef COM_NO_WINDOWS_H
-#include "windows.h"
-#include "ole2.h"
+#include <windows.h>
+#include <ole2.h>
 #endif
 
 #ifndef __WINE_OLEIDL_H
@@ -30,11 +30,11 @@
 #error DO NOT INCLUDE DIRECTLY
 #endif
 
-#include "objbase.h"
-#include "wine/obj_inplace.h"
-#include "wine/obj_cache.h"
-#include "wine/obj_oleobj.h"
-#include "wine/obj_oleview.h"
-#include "wine/obj_dragdrop.h"
+#include <objbase.h>
+#include <wine/obj_inplace.h>
+#include <wine/obj_cache.h>
+#include <wine/obj_oleobj.h>
+#include <wine/obj_oleview.h>
+#include <wine/obj_dragdrop.h>
 
 #endif /* __WINE_OLEIDL_H */
Index: include/options.h
===================================================================
RCS file: /var/cvs/wine/include/options.h,v
retrieving revision 1.38
diff -u -r1.38 options.h
--- include/options.h	1 Oct 2002 18:07:37 -0000	1.38
+++ include/options.h	28 Aug 2003 04:53:33 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_OPTIONS_H
 #define __WINE_OPTIONS_H
 
-#include "windef.h"
+#include <windef.h>
 
 extern const char *argv0;
 extern const char *full_argv0;
Index: include/palette.h
===================================================================
RCS file: /var/cvs/wine/include/palette.h,v
retrieving revision 1.9
diff -u -r1.9 palette.h
--- include/palette.h	31 Jul 2002 19:26:04 -0000	1.9
+++ include/palette.h	28 Aug 2003 04:53:33 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_PALETTE_H
 #define __WINE_PALETTE_H
 
-#include "gdi.h"
+#include <gdi.h>
 
 #define NB_RESERVED_COLORS     20   /* number of fixed colors in system palette */
 
Index: include/prsht.h
===================================================================
RCS file: /var/cvs/wine/include/prsht.h,v
retrieving revision 1.23
diff -u -r1.23 prsht.h
--- include/prsht.h	4 Jan 2003 00:52:20 -0000	1.23
+++ include/prsht.h	28 Aug 2003 04:53:33 -0000
@@ -19,9 +19,9 @@
 #ifndef __WINE_PRSHT_H
 #define __WINE_PRSHT_H
 
-#include "windef.h"
-#include "wingdi.h"
-#include "winuser.h"
+#include <windef.h>
+#include <wingdi.h>
+#include <winuser.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/psapi.h
===================================================================
RCS file: /var/cvs/wine/include/psapi.h,v
retrieving revision 1.6
diff -u -r1.6 psapi.h
--- include/psapi.h	8 Jan 2003 23:59:31 -0000	1.6
+++ include/psapi.h	28 Aug 2003 04:53:33 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_PSAPI_H
 #define __WINE_PSAPI_H
 
-#include "windef.h"
+#include <windef.h>
 
 typedef struct _MODULEINFO {
   LPVOID lpBaseOfDll;
Index: include/pshpack1.h
===================================================================
RCS file: /var/cvs/wine/include/pshpack1.h,v
retrieving revision 1.4
diff -u -r1.4 pshpack1.h
--- include/pshpack1.h	10 Mar 2002 00:02:34 -0000	1.4
+++ include/pshpack1.h	28 Aug 2003 04:53:33 -0000
@@ -30,12 +30,12 @@
 #    define __WINE_PSHPACK_H2 1
      /* Depth == 2 */
 #    define __WINE_INTERNAL_POPPACK
-#    include "poppack.h"
+#    include <poppack.h>
 #  elif !defined(__WINE_PSHPACK_H3)
 #    define __WINE_PSHPACK_H3 1
      /* Depth == 3 */
 #    define __WINE_INTERNAL_POPPACK
-#    include "poppack.h"
+#    include <poppack.h>
 #  endif
 
 #  if _MSC_VER >= 800
Index: include/pshpack2.h
===================================================================
RCS file: /var/cvs/wine/include/pshpack2.h,v
retrieving revision 1.4
diff -u -r1.4 pshpack2.h
--- include/pshpack2.h	10 Mar 2002 00:02:34 -0000	1.4
+++ include/pshpack2.h	28 Aug 2003 04:53:33 -0000
@@ -30,12 +30,12 @@
 #    define __WINE_PSHPACK_H2 2
      /* Depth == 2 */
 #    define __WINE_INTERNAL_POPPACK
-#    include "poppack.h"
+#    include <poppack.h>
 #  elif !defined(__WINE_PSHPACK_H3)
 #    define __WINE_PSHPACK_H3 2
      /* Depth == 3 */
 #    define __WINE_INTERNAL_POPPACK
-#    include "poppack.h"
+#    include <poppack.h>
 #  endif
 
 #  if _MSC_VER >= 800
Index: include/pshpack4.h
===================================================================
RCS file: /var/cvs/wine/include/pshpack4.h,v
retrieving revision 1.5
diff -u -r1.5 pshpack4.h
--- include/pshpack4.h	10 Mar 2002 00:02:34 -0000	1.5
+++ include/pshpack4.h	28 Aug 2003 04:53:33 -0000
@@ -30,12 +30,12 @@
 #    define __WINE_PSHPACK_H2 4
      /* Depth == 2 */
 #    define __WINE_INTERNAL_POPPACK
-#    include "poppack.h"
+#    include <poppack.h>
 #  elif !defined(__WINE_PSHPACK_H3)
 #    define __WINE_PSHPACK_H3 4
      /* Depth == 3 */
 #    define __WINE_INTERNAL_POPPACK
-#    include "poppack.h"
+#    include <poppack.h>
 #  endif
 
 #  if _MSC_VER >= 800
Index: include/pshpack8.h
===================================================================
RCS file: /var/cvs/wine/include/pshpack8.h,v
retrieving revision 1.4
diff -u -r1.4 pshpack8.h
--- include/pshpack8.h	10 Mar 2002 00:02:34 -0000	1.4
+++ include/pshpack8.h	28 Aug 2003 04:53:33 -0000
@@ -30,12 +30,12 @@
 #    define __WINE_PSHPACK_H2 8
      /* Depth == 2 */
 #    define __WINE_INTERNAL_POPPACK
-#    include "poppack.h"
+#    include <poppack.h>
 #  elif !defined(__WINE_PSHPACK_H3)
 #    define __WINE_PSHPACK_H3 8
      /* Depth == 3 */
 #    define __WINE_INTERNAL_POPPACK
-#    include "poppack.h"
+#    include <poppack.h>
 #  endif
 
 #  if _MSC_VER >= 800
Index: include/ras.h
===================================================================
RCS file: /var/cvs/wine/include/ras.h,v
retrieving revision 1.10
diff -u -r1.10 ras.h
--- include/ras.h	21 Aug 2003 21:32:48 -0000	1.10
+++ include/ras.h	28 Aug 2003 04:53:33 -0000
@@ -19,13 +19,13 @@
 #ifndef __WINE_RAS_H
 #define __WINE_RAS_H
 
-#include "windef.h"
-#include "lmcons.h"
+#include <windef.h>
+#include <lmcons.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
-#include "pshpack4.h"
+#include <pshpack4.h>
 
 #define RAS_MaxCallbackNumber RAS_MaxPhoneNumber
 #define RAS_MaxDeviceName     128
@@ -334,7 +334,7 @@
 DWORD WINAPI RasSetAutodialEnableW(DWORD dwDialingLocation, BOOL fEnabled);
 #define RasSetAutodialEnable WINELIB_NAME_AW(RasSetAutodialEnable)
 
-#include "poppack.h"
+#include <poppack.h>
 #ifdef __cplusplus
 }
 #endif
Index: include/richedit.h
===================================================================
RCS file: /var/cvs/wine/include/richedit.h,v
retrieving revision 1.16
diff -u -r1.16 richedit.h
--- include/richedit.h	12 Aug 2003 18:52:45 -0000	1.16
+++ include/richedit.h	28 Aug 2003 04:53:33 -0000
@@ -20,7 +20,7 @@
 #ifndef __WINE_RICHEDIT_H
 #define __WINE_RICHEDIT_H
 
-#include "pshpack4.h"
+#include <pshpack4.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -619,6 +619,6 @@
 }
 #endif
 
-#include "poppack.h"
+#include <poppack.h>
 
 #endif /* __WINE_RICHEDIT_H */
Index: include/rpc.h
===================================================================
RCS file: /var/cvs/wine/include/rpc.h,v
retrieving revision 1.15
diff -u -r1.15 rpc.h
--- include/rpc.h	15 Jul 2003 20:46:40 -0000	1.15
+++ include/rpc.h	28 Aug 2003 04:53:33 -0000
@@ -19,7 +19,7 @@
  */
 
 #if !defined(RPC_NO_WINDOWS_H) && !defined(__WINESRC__)
-#include "windows.h"
+#include <windows.h>
 #endif
 
 #ifndef __WINE_RPC_H
@@ -45,11 +45,11 @@
 
 typedef void* I_RPC_HANDLE;
 
-#include "rpcdce.h"
-/* #include "rpcnsi.h" */
-#include "rpcnterr.h"
-#include "excpt.h"
-#include "winerror.h"
+#include <rpcdce.h>
+/* #include <rpcnsi.h> */
+#include <rpcnterr.h>
+#include <excpt.h>
+#include <winerror.h>
 
 /* ignore exception handling for now */
 #define RpcTryExcept if (1) {
Index: include/rpcdce.h
===================================================================
RCS file: /var/cvs/wine/include/rpcdce.h,v
retrieving revision 1.18
diff -u -r1.18 rpcdce.h
--- include/rpcdce.h	31 Jan 2003 03:21:11 -0000	1.18
+++ include/rpcdce.h	28 Aug 2003 04:53:33 -0000
@@ -19,7 +19,7 @@
 #ifndef __WINE_RPCDCE_H
 #define __WINE_RPCDCE_H
 
-#include "windef.h"
+#include <windef.h>
 
 /* avoid delving into windows.h ifndef __WINESRC__; this
    would pull in rpcndr.h, which needs rpcdcep.h, which
@@ -29,7 +29,7 @@
 #define RPC_NO_WINDOWS_H
 #endif
 
-#include "rpc.h"
+#include <rpc.h>
 
 #ifdef __NO_HAD_RPC_NO_WINDOWS_H
 #undef RPC_NO_WINDOWS_H
@@ -37,7 +37,7 @@
 #endif
 
 #ifndef GUID_DEFINED
-#include "guiddef.h"
+#include <guiddef.h>
 #endif
 
 #ifndef UUID_DEFINED
@@ -285,6 +285,6 @@
 RPCRTAPI int RPC_ENTRY
   UuidIsNil( UUID* Uuid, RPC_STATUS* Status_ );
 
-#include "rpcdcep.h"
+#include <rpcdcep.h>
 
 #endif /*__WINE_RPCDCE_H */
Index: include/rpcdcep.h
===================================================================
RCS file: /var/cvs/wine/include/rpcdcep.h,v
retrieving revision 1.7
diff -u -r1.7 rpcdcep.h
--- include/rpcdcep.h	2 Dec 2002 21:17:05 -0000	1.7
+++ include/rpcdcep.h	28 Aug 2003 04:53:33 -0000
@@ -19,7 +19,7 @@
 #ifndef __WINE_RPCDCEP_H
 #define __WINE_RPCDCEP_H
 
-#include "rpcdce.h"
+#include <rpcdce.h>
 
 typedef struct _RPC_VERSION {
     unsigned short MajorVersion;
Index: include/rpcndr.h
===================================================================
RCS file: /var/cvs/wine/include/rpcndr.h,v
retrieving revision 1.19
diff -u -r1.19 rpcndr.h
--- include/rpcndr.h	31 Jan 2003 03:21:11 -0000	1.19
+++ include/rpcndr.h	28 Aug 2003 04:53:33 -0000
@@ -24,8 +24,8 @@
 #ifndef __WINE_RPCNDR_H
 #define __WINE_RPCNDR_H
 
-#include "basetsd.h"
-#include "rpcdcep.h"
+#include <basetsd.h>
+#include <rpcdcep.h>
 
 /* stupid #if can't handle casts... this __stupidity 
    is just a workaround for that limitation */
@@ -141,7 +141,7 @@
 typedef struct _NDR_ASYNC_MESSAGE *PNDR_ASYNC_MESSAGE;
 typedef struct _NDR_CORRELATION_INFO *PNDR_CORRELATION_INFO;
 
-#include "pshpack4.h"
+#include <pshpack4.h>
 typedef struct _MIDL_STUB_MESSAGE
 {
   PRPC_MESSAGE RpcMsg;
@@ -198,7 +198,7 @@
   void *pMemoryList;
   ULONG_PTR w2kReserved[5];
 } MIDL_STUB_MESSAGE, *PMIDL_STUB_MESSAGE;
-#include "poppack.h"
+#include <poppack.h>
 
 typedef struct _GENERIC_BINDING_ROUTINE_PAIR GENERIC_BINDING_ROUTINE_PAIR, *PGENERIC_BINDING_ROUTINE_PAIR;
 
Index: include/rpcproxy.h
===================================================================
RCS file: /var/cvs/wine/include/rpcproxy.h,v
retrieving revision 1.9
diff -u -r1.9 rpcproxy.h
--- include/rpcproxy.h	23 Mar 2003 20:03:48 -0000	1.9
+++ include/rpcproxy.h	28 Aug 2003 04:53:33 -0000
@@ -24,11 +24,11 @@
 #ifndef __WINE_RPCPROXY_H
 #define __WINE_RPCPROXY_H
 
-#include "basetsd.h"
-#include "guiddef.h"
-#include "winnt.h"
-#include "rpc.h"
-#include "rpcndr.h"
+#include <basetsd.h>
+#include <guiddef.h>
+#include <winnt.h>
+#include <rpc.h>
+#include <rpcndr.h>
 
 typedef struct tagCInterfaceStubVtbl *PCInterfaceStubVtblList;
 typedef struct tagCInterfaceProxyVtbl *PCInterfaceProxyVtblList;
Index: include/selectors.h
===================================================================
RCS file: /var/cvs/wine/include/selectors.h,v
retrieving revision 1.11
diff -u -r1.11 selectors.h
--- include/selectors.h	26 Feb 2003 20:34:46 -0000	1.11
+++ include/selectors.h	28 Aug 2003 04:53:33 -0000
@@ -21,8 +21,8 @@
 #ifndef __WINE_SELECTORS_H
 #define __WINE_SELECTORS_H
 
-#include "windef.h"
-#include "wine/library.h"
+#include <windef.h>
+#include <wine/library.h>
 
 extern WORD SELECTOR_AllocBlock( const void *base, DWORD size, unsigned char flags );
 extern WORD SELECTOR_ReallocBlock( WORD sel, const void *base, DWORD size );
Index: include/servprov.h
===================================================================
RCS file: /var/cvs/wine/include/servprov.h,v
retrieving revision 1.10
diff -u -r1.10 servprov.h
--- include/servprov.h	11 Apr 2003 00:31:03 -0000	1.10
+++ include/servprov.h	28 Aug 2003 04:53:33 -0000
@@ -16,18 +16,18 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 #ifndef COM_NO_WINDOWS_H
-#include "windows.h"
-#include "ole2.h"
+#include <windows.h>
+#include <ole2.h>
 #endif
 
 #ifndef __WINE_SERVPROV_H
 #define __WINE_SERVPROV_H
 
 
-#include "objbase.h"
+#include <objbase.h>
 
 
 /*****************************************************************************
Index: include/setupapi.h
===================================================================
RCS file: /var/cvs/wine/include/setupapi.h,v
retrieving revision 1.10
diff -u -r1.10 setupapi.h
--- include/setupapi.h	27 Aug 2003 23:12:36 -0000	1.10
+++ include/setupapi.h	28 Aug 2003 04:53:33 -0000
@@ -19,7 +19,7 @@
 #ifndef _INC_SETUPAPI
 #define _INC_SETUPAPI
 
-#include "commctrl.h"
+#include <commctrl.h>
 
 /* Define type for handle to a loaded inf file */
 typedef PVOID HINF;
Index: include/shellapi.h
===================================================================
RCS file: /var/cvs/wine/include/shellapi.h,v
retrieving revision 1.20
diff -u -r1.20 shellapi.h
--- include/shellapi.h	19 Apr 2003 20:09:09 -0000	1.20
+++ include/shellapi.h	28 Aug 2003 04:53:33 -0000
@@ -19,13 +19,13 @@
 #ifndef __WINE_SHELLAPI_H
 #define __WINE_SHELLAPI_H
 
-#include "windef.h"
+#include <windef.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif /* defined(__cplusplus) */
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 DECLARE_HANDLE(HDROP);
 
@@ -289,6 +289,6 @@
 } /* extern "C" */
 #endif /* defined(__cplusplus) */
 
-#include "poppack.h"
+#include <poppack.h>
 
 #endif /* __WINE_SHELLAPI_H */
Index: include/shlguid.h
===================================================================
RCS file: /var/cvs/wine/include/shlguid.h,v
retrieving revision 1.14
diff -u -r1.14 shlguid.h
--- include/shlguid.h	5 Dec 2002 20:33:07 -0000	1.14
+++ include/shlguid.h	28 Aug 2003 04:53:33 -0000
@@ -19,7 +19,7 @@
 #ifndef __WINE_SHLGUID_H
 #define __WINE_SHLGUID_H
 
-#include "objbase.h"
+#include <objbase.h>
 
 #define DEFINE_SHLGUID(name, l, w1, w2) DEFINE_OLEGUID(name,l,w1,w2)
 
Index: include/shlobj.h
===================================================================
RCS file: /var/cvs/wine/include/shlobj.h,v
retrieving revision 1.67
diff -u -r1.67 shlobj.h
--- include/shlobj.h	26 Jul 2003 20:32:43 -0000	1.67
+++ include/shlobj.h	28 Aug 2003 04:53:33 -0000
@@ -19,24 +19,24 @@
 #ifndef __WINE_SHLOBJ_H
 #define __WINE_SHLOBJ_H
 
-#include "windef.h"
-#include "winbase.h"	/* WIN32_FIND_* */
-#include "ole2.h"
-#include "oleauto.h"
-#include "commctrl.h"
-#include "prsht.h"
-#include "shlguid.h"
+#include <windef.h>
+#include <winbase.h>	/* WIN32_FIND_* */
+#include <ole2.h>
+#include <oleauto.h>
+#include <commctrl.h>
+#include <prsht.h>
+#include <shlguid.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif /* defined(__cplusplus) */
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 /****************************************************************************
 * SHITEMID, ITEMIDLIST, PIDL API
 */
-#include "pshpack1.h"
+#include <pshpack1.h>
 typedef struct
 {
     WORD cb;      /* nr of bytes in this item */
@@ -48,23 +48,23 @@
 {
     SHITEMID mkid; /* first itemid in list */
 } ITEMIDLIST,*LPITEMIDLIST,*LPCITEMIDLIST;
-#include "poppack.h"
+#include <poppack.h>
 
 BOOL WINAPI SHGetPathFromIDListA (LPCITEMIDLIST pidl,LPSTR pszPath);
 BOOL WINAPI SHGetPathFromIDListW (LPCITEMIDLIST pidl,LPWSTR pszPath);
 #define     SHGetPathFromIDList WINELIB_NAME_AW(SHGetPathFromIDList)
 
 
-#include "wine/obj_enumidlist.h"
-#include "wine/obj_shellfolder.h"
-#include "wine/obj_shellview.h"
-#include "wine/obj_shelllink.h"
-#include "wine/obj_shellbrowser.h"
-#include "wine/obj_contextmenu.h"
-#include "wine/obj_shellextinit.h"
-#include "wine/obj_extracticon.h"
-#include "wine/obj_commdlgbrowser.h"
-#include "wine/obj_dockingwindowframe.h"
+#include <wine/obj_enumidlist.h>
+#include <wine/obj_shellfolder.h>
+#include <wine/obj_shellview.h>
+#include <wine/obj_shelllink.h>
+#include <wine/obj_shellbrowser.h>
+#include <wine/obj_contextmenu.h>
+#include <wine/obj_shellextinit.h>
+#include <wine/obj_extracticon.h>
+#include <wine/obj_commdlgbrowser.h>
+#include <wine/obj_dockingwindowframe.h>
 
 /*****************************************************************************
  * Predeclare interfaces
@@ -605,7 +605,7 @@
   BOOL  fWide;
 } DROPFILES, *LPDROPFILES;
 
-#include "poppack.h" 
+#include <poppack.h> 
 
 #ifdef __cplusplus
 } /* extern "C" */
Index: include/shlwapi.h
===================================================================
RCS file: /var/cvs/wine/include/shlwapi.h,v
retrieving revision 1.37
diff -u -r1.37 shlwapi.h
--- include/shlwapi.h	11 Apr 2003 00:31:03 -0000	1.37
+++ include/shlwapi.h	28 Aug 2003 04:53:33 -0000
@@ -21,13 +21,13 @@
 #ifndef __WINE_SHLWAPI_H
 #define __WINE_SHLWAPI_H
 
-#include "objbase.h"
+#include <objbase.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif /* defined(__cplusplus) */
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 #ifndef NO_SHLWAPI_REG
 
@@ -930,7 +930,7 @@
 
 HRESULT WINAPI DllInstall(BOOL,LPCWSTR);
 
-#include "poppack.h" 
+#include <poppack.h> 
 
 #ifdef __cplusplus
 } /* extern "C" */
Index: include/sipbase.h
===================================================================
RCS file: /var/cvs/wine/include/sipbase.h,v
retrieving revision 1.1
diff -u -r1.1 sipbase.h
--- include/sipbase.h	9 Sep 2002 19:35:42 -0000	1.1
+++ include/sipbase.h	28 Aug 2003 04:53:33 -0000
@@ -19,6 +19,6 @@
 #ifndef __WINE_SIPBASE_H
 #define __WINE_SIPBASE_H
 
-#include "mssip.h"
+#include <mssip.h>
 
 #endif  /* __WINE_SIPBASE_H */
Index: include/snoop.h
===================================================================
RCS file: /var/cvs/wine/include/snoop.h,v
retrieving revision 1.8
diff -u -r1.8 snoop.h
--- include/snoop.h	7 Apr 2003 23:27:54 -0000	1.8
+++ include/snoop.h	28 Aug 2003 04:53:33 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_SNOOP_H
 #define __WINE_SNOOP_H
 
-#include "module.h"
+#include <module.h>
 
 extern void SNOOP_RegisterDLL(HMODULE,LPCSTR,DWORD,DWORD);
 extern void SNOOP16_RegisterDLL(NE_MODULE*,LPCSTR);
Index: include/sql.h
===================================================================
RCS file: /var/cvs/wine/include/sql.h,v
retrieving revision 1.3
diff -u -r1.3 sql.h
--- include/sql.h	31 May 2002 23:06:48 -0000	1.3
+++ include/sql.h	28 Aug 2003 04:53:33 -0000
@@ -25,7 +25,7 @@
 #define ODBCVER 0x0351
 #endif
 
-#include "sqltypes.h"
+#include <sqltypes.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/sqlext.h
===================================================================
RCS file: /var/cvs/wine/include/sqlext.h,v
retrieving revision 1.4
diff -u -r1.4 sqlext.h
--- include/sqlext.h	31 May 2002 23:06:48 -0000	1.4
+++ include/sqlext.h	28 Aug 2003 04:53:33 -0000
@@ -21,7 +21,7 @@
 #ifndef __SQLEXT_H
 #define __SQLEXT_H
 
-#include "sql.h"
+#include <sql.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/stackframe.h
===================================================================
RCS file: /var/cvs/wine/include/stackframe.h,v
retrieving revision 1.20
diff -u -r1.20 stackframe.h
--- include/stackframe.h	28 Aug 2003 03:07:57 -0000	1.20
+++ include/stackframe.h	28 Aug 2003 04:53:33 -0000
@@ -23,11 +23,11 @@
 
 #include <string.h>
 
-#include "thread.h"
-#include "winnt.h"
-#include "wine/winbase16.h"
+#include <thread.h>
+#include <winnt.h>
+#include <wine/winbase16.h>
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
   /* 32-bit stack layout after CallTo16() */
 typedef struct _STACK32FRAME
@@ -66,7 +66,7 @@
     WORD          cs;             /* 2e */
 } STACK16FRAME;
 
-#include "poppack.h"
+#include <poppack.h>
 
 #define CURRENT_STACK16      ((STACK16FRAME*)MapSL(NtCurrentTeb()->cur_stack))
 #define CURRENT_DS           (CURRENT_STACK16->ds)
Index: include/storage.h
===================================================================
RCS file: /var/cvs/wine/include/storage.h,v
retrieving revision 1.7
diff -u -r1.7 storage.h
--- include/storage.h	31 May 2002 23:06:48 -0000	1.7
+++ include/storage.h	28 Aug 2003 04:53:34 -0000
@@ -21,6 +21,6 @@
 
 /* "storage.h" is obsolete, you should include "objbase.h" instead */
 
-#include "objbase.h"
+#include <objbase.h>
 
 #endif
Index: include/strmif.h
===================================================================
RCS file: /var/cvs/wine/include/strmif.h,v
retrieving revision 1.19
diff -u -r1.19 strmif.h
--- include/strmif.h	1 Jul 2003 04:33:35 -0000	1.19
+++ include/strmif.h	28 Aug 2003 04:53:34 -0000
@@ -1,15 +1,15 @@
 /*** Autogenerated by WIDL 0.1 from strmif.idl - Do not edit ***/
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 
 #ifndef __WIDL_STRMIF_H
 #define __WIDL_STRMIF_H
 #ifdef __cplusplus
 extern "C" {
 #endif
-#include "objidl.h"
-#include "guiddef.h"
-#include "oaidl.h"
+#include <objidl.h>
+#include <guiddef.h>
+#include <oaidl.h>
 #define CDEF_CLASS_DEFAULT 0x0001
 #define CDEF_BYPASS_CLASS_MANAGER 0x0002
 #define CDEF_CLASS_LEGACY  0x0004
Index: include/syslevel.h
===================================================================
RCS file: /var/cvs/wine/include/syslevel.h,v
retrieving revision 1.10
diff -u -r1.10 syslevel.h
--- include/syslevel.h	10 Mar 2002 00:02:34 -0000	1.10
+++ include/syslevel.h	28 Aug 2003 04:53:34 -0000
@@ -21,8 +21,8 @@
 #ifndef __WINE_SYSLEVEL_H
 #define __WINE_SYSLEVEL_H
 
-#include "windef.h"
-#include "winbase.h"
+#include <windef.h>
+#include <winbase.h>
 
 extern WORD SYSLEVEL_Win16CurrentTeb;
 extern WORD SYSLEVEL_EmergencyTeb;
Index: include/tapi.h
===================================================================
RCS file: /var/cvs/wine/include/tapi.h,v
retrieving revision 1.10
diff -u -r1.10 tapi.h
--- include/tapi.h	31 May 2002 23:06:49 -0000	1.10
+++ include/tapi.h	28 Aug 2003 04:53:34 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_TAPI_H
 #define __WINE_TAPI_H
 
-#include "windef.h"
+#include <windef.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/task.h
===================================================================
RCS file: /var/cvs/wine/include/task.h,v
retrieving revision 1.31
diff -u -r1.31 task.h
--- include/task.h	23 Aug 2003 00:03:40 -0000	1.31
+++ include/task.h	28 Aug 2003 04:53:34 -0000
@@ -21,10 +21,10 @@
 #ifndef __WINE_TASK_H
 #define __WINE_TASK_H
 
-#include "windef.h"
-#include "wine/windef16.h"
+#include <windef.h>
+#include <wine/windef16.h>
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
   /* Process database (i.e. a normal DOS PSP) */
 
@@ -155,7 +155,7 @@
     HTASK16    LockTDB;             /* 14 hLockedTask */
 } THHOOK;
 
-#include "poppack.h"
+#include <poppack.h>
 
 extern THHOOK *pThhook;
 
Index: include/tchar.h
===================================================================
RCS file: /var/cvs/wine/include/tchar.h,v
retrieving revision 1.20
diff -u -r1.20 tchar.h
--- include/tchar.h	7 Jan 2003 23:09:54 -0000	1.20
+++ include/tchar.h	28 Aug 2003 04:53:34 -0000
@@ -23,7 +23,7 @@
 #error Wine should not include tchar.h internally
 #endif
 
-#include "windef.h"
+#include <windef.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/thread.h
===================================================================
RCS file: /var/cvs/wine/include/thread.h,v
retrieving revision 1.79
diff -u -r1.79 thread.h
--- include/thread.h	28 Aug 2003 03:44:41 -0000	1.79
+++ include/thread.h	28 Aug 2003 04:53:34 -0000
@@ -21,8 +21,8 @@
 #ifndef __WINE_THREAD_H
 #define __WINE_THREAD_H
 
-#include "winternl.h"
-#include "wine/windef16.h"
+#include <winternl.h>
+#include <wine/windef16.h>
 
 struct _SECURITY_ATTRIBUTES;
 struct tagSYSLEVEL;
Index: include/toolhelp.h
===================================================================
RCS file: /var/cvs/wine/include/toolhelp.h,v
retrieving revision 1.13
diff -u -r1.13 toolhelp.h
--- include/toolhelp.h	10 Mar 2002 00:02:34 -0000	1.13
+++ include/toolhelp.h	28 Aug 2003 04:53:34 -0000
@@ -19,15 +19,15 @@
 #ifndef __WINE_TOOLHELP_H
 #define __WINE_TOOLHELP_H
 
-#include "windef.h"
-#include "wine/windef16.h"
+#include <windef.h>
+#include <wine/windef16.h>
 
 #define MAX_DATA	11
 #define MAX_MODULE_NAME	9
 #define MAX_PATH16	255
 #define MAX_CLASSNAME	255
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 /* Global heap */
 
@@ -416,6 +416,6 @@
     WORD wFlags;
 } STACKTRACEENTRY;
 
-#include "poppack.h"
+#include <poppack.h>
 
 #endif /* __WINE_TOOLHELP_H */
Index: include/unknwn.h
===================================================================
RCS file: /var/cvs/wine/include/unknwn.h,v
retrieving revision 1.13
diff -u -r1.13 unknwn.h
--- include/unknwn.h	1 Jul 2003 03:43:09 -0000	1.13
+++ include/unknwn.h	28 Aug 2003 04:53:34 -0000
@@ -1,13 +1,13 @@
 /*** Autogenerated by WIDL 0.1 from unknwn.idl - Do not edit ***/
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 
 #ifndef __WIDL_UNKNWN_H
 #define __WIDL_UNKNWN_H
 #ifdef __cplusplus
 extern "C" {
 #endif
-#include "wtypes.h"
+#include <wtypes.h>
 #if defined(ICOM_MSVTABLE_COMPAT) && (!defined(__cplusplus) || defined(CINTERFACE))
 # define ICOM_MSVTABLE_COMPAT_FIELDS long dummyRTTI1,dummyRTTI2;
 # define ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE 0,0,
Index: include/urlmon.h
===================================================================
RCS file: /var/cvs/wine/include/urlmon.h,v
retrieving revision 1.18
diff -u -r1.18 urlmon.h
--- include/urlmon.h	15 Jul 2003 20:47:17 -0000	1.18
+++ include/urlmon.h	28 Aug 2003 04:53:34 -0000
@@ -16,18 +16,18 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 #ifndef COM_NO_WINDOWS_H
-#include "windows.h"
-#include "ole2.h"
+#include <windows.h>
+#include <ole2.h>
 #endif
 
 #ifndef __WINE_URLMON_H
 #define __WINE_URLMON_H
 
-#include "winbase.h"
-#include "objbase.h"
+#include <winbase.h>
+#include <objbase.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/user.h
===================================================================
RCS file: /var/cvs/wine/include/user.h,v
retrieving revision 1.54
diff -u -r1.54 user.h
--- include/user.h	11 Jul 2003 21:55:59 -0000	1.54
+++ include/user.h	28 Aug 2003 04:53:34 -0000
@@ -21,11 +21,11 @@
 #ifndef __WINE_USER_H
 #define __WINE_USER_H
 
-#include "winbase.h"
-#include "wingdi.h"
-#include "winuser.h"
+#include <winbase.h>
+#include <wingdi.h>
+#include <winuser.h>
 
-#include "local.h"
+#include <local.h>
 
 extern WORD USER_HeapSel;
 
Index: include/ver.h
===================================================================
RCS file: /var/cvs/wine/include/ver.h,v
retrieving revision 1.9
diff -u -r1.9 ver.h
--- include/ver.h	31 May 2002 23:06:49 -0000	1.9
+++ include/ver.h	28 Aug 2003 04:53:34 -0000
@@ -22,6 +22,6 @@
 #ifndef __WINE_VER_H
 #define __WINE_VER_H
 
-#include "winver.h"
+#include <winver.h>
 
 #endif	/* __WINE_VER_H */
Index: include/vfw.h
===================================================================
RCS file: /var/cvs/wine/include/vfw.h,v
retrieving revision 1.36
diff -u -r1.36 vfw.h
--- include/vfw.h	2 Jul 2003 00:38:57 -0000	1.36
+++ include/vfw.h	28 Aug 2003 04:53:34 -0000
@@ -19,9 +19,9 @@
 #ifndef __WINE_VFW_H
 #define __WINE_VFW_H
 
-#include "windef.h"
-#include "mmsystem.h"
-#include "wingdi.h"
+#include <windef.h>
+#include <mmsystem.h>
+#include <wingdi.h>
 
 #define VFWAPI	WINAPI
 #define VFWAPIV	WINAPIV
@@ -974,7 +974,7 @@
 #define FIND_SIZE       0x00003000L     /* return physical size */
 #define FIND_INDEX      0x00004000L     /* return physical index position */
 
-#include "ole2.h"
+#include <ole2.h>
 
 #define DEFINE_AVIGUID(name, l, w1, w2) \
     DEFINE_GUID(name, l, w1, w2, 0xC0,0,0,0,0,0,0,0x46)
Index: include/win.h
===================================================================
RCS file: /var/cvs/wine/include/win.h,v
retrieving revision 1.77
diff -u -r1.77 win.h
--- include/win.h	19 May 2003 19:00:02 -0000	1.77
+++ include/win.h	28 Aug 2003 04:53:35 -0000
@@ -21,13 +21,13 @@
 #ifndef __WINE_WIN_H
 #define __WINE_WIN_H
 
-#include "windef.h"
-#include "winbase.h"
-#include "wingdi.h"
-#include "winuser.h"
-#include "wine/windef16.h"
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+#include <winuser.h>
+#include <wine/windef16.h>
 
-#include "user.h"
+#include <user.h>
 
 #define WND_MAGIC     0x444e4957  /* 'WIND' */
 
Index: include/winbase.h
===================================================================
RCS file: /var/cvs/wine/include/winbase.h,v
retrieving revision 1.190
diff -u -r1.190 winbase.h
--- include/winbase.h	12 Aug 2003 23:50:55 -0000	1.190
+++ include/winbase.h	28 Aug 2003 04:53:34 -0000
@@ -23,9 +23,9 @@
 #include <stdarg.h>
 #endif
 
-#include "basetsd.h"
-#include "windef.h"
-#include "winerror.h"
+#include <basetsd.h>
+#include <windef.h>
+#include <winerror.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/wincrypt.h
===================================================================
RCS file: /var/cvs/wine/include/wincrypt.h,v
retrieving revision 1.10
diff -u -r1.10 wincrypt.h
--- include/wincrypt.h	21 Jul 2003 23:50:08 -0000	1.10
+++ include/wincrypt.h	28 Aug 2003 04:53:34 -0000
@@ -19,7 +19,7 @@
 #ifndef __WINE_WINCRYPT_H
 #define __WINE_WINCRYPT_H
 
-#include "windef.h"
+#include <windef.h>
 
 /* some typedefs for function parameters */
 typedef unsigned int ALG_ID;
Index: include/windef.h
===================================================================
RCS file: /var/cvs/wine/include/windef.h,v
retrieving revision 1.85
diff -u -r1.85 windef.h
--- include/windef.h	27 Aug 2003 02:07:02 -0000	1.85
+++ include/windef.h	28 Aug 2003 04:53:34 -0000
@@ -179,7 +179,7 @@
 typedef double          DOUBLE;
 typedef double          DATE;
 
-#include "winnt.h"
+#include <winnt.h>
 
 /* Macros to map Winelib names to the correct implementation name */
 /* Note that Winelib is purely Win32.                             */
Index: include/windows.h
===================================================================
RCS file: /var/cvs/wine/include/windows.h,v
retrieving revision 1.59
diff -u -r1.59 windows.h
--- include/windows.h	4 Jan 2003 00:52:19 -0000	1.59
+++ include/windows.h	28 Aug 2003 04:53:34 -0000
@@ -29,73 +29,73 @@
 #endif
 
 #if defined(RC_INVOKED) && !defined(NOWINRES)
-#include "winresrc.h"
+#include <winresrc.h>
 #else /* RC_INVOKED && !NOWINRES */
 
 /* All the basic includes */
-#include "excpt.h"
-#include "windef.h"
-#include "winbase.h"
-#include "wingdi.h"
-#include "winuser.h"
-#include "winnls.h"
-#include "wincon.h"
-#include "winver.h"
-#include "winreg.h"
-#include "winnetwk.h"
+#include <excpt.h>
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+#include <winuser.h>
+#include <winnls.h>
+#include <wincon.h>
+#include <winver.h>
+#include <winreg.h>
+#include <winnetwk.h>
 
 /* Not so essential ones */
 #ifndef WIN32_LEAN_AND_MEAN
 
-#include "cderr.h"
-#include "dde.h"
-#include "ddeml.h"
-#include "dlgs.h"
-#include "lzexpand.h"
-#include "mmsystem.h"
-#include "nb30.h"
-#include "rpc.h"
-#include "shellapi.h"
-/* #include "winperf.h" */
+#include <cderr.h>
+#include <dde.h>
+#include <ddeml.h>
+#include <dlgs.h>
+#include <lzexpand.h>
+#include <mmsystem.h>
+#include <nb30.h>
+#include <rpc.h>
+#include <shellapi.h>
+/* #include <winperf.h> */
 
 #ifndef WINE_NOWINSOCK
-#include "winsock2.h"
+#include <winsock2.h>
 #endif /* WINE_NOWINSOCK */
 
 #ifndef NOCRYPT
-#include "wincrypt.h"
-/* #include "winefs.h" */
-/* #include "winscard.h" */
+#include <wincrypt.h>
+/* #include <winefs.h> */
+/* #include <winscard.h> */
 #endif /* !NOCRYPT */
 
 #ifndef NOGDI
-#include "winspool.h"
+#include <winspool.h>
 #ifdef INC_OLE1
-/* #include "ole.h" */
+/* #include <ole.h> */
 #else
-#include "ole2.h"
+#include <ole2.h>
 #endif
-#include "commdlg.h"
+#include <commdlg.h>
 #endif /* !NOGDI */
 
 #endif /* !WIN32_LEAN_AND_MEAN */
 
-/* #include "stralign.h" */
+/* #include <stralign.h> */
 
 #ifdef INC_OLE2
-#include "ole2.h"
+#include <ole2.h>
 #endif /* INC_OLE2 */
 
 #ifndef NOSERVICE
-#include "winsvc.h"
+#include <winsvc.h>
 #endif /* !NOSERVICE */
 
 #ifndef NOMCX
-#include "mcx.h"
+#include <mcx.h>
 #endif /* !NOMCX */
 
 #ifndef NOIMM
-#include "imm.h"
+#include <imm.h>
 #endif /* !NOIMM */
 
 #endif  /* RC_INVOKED && !NOWINRES */
Index: include/wingdi.h
===================================================================
RCS file: /var/cvs/wine/include/wingdi.h,v
retrieving revision 1.93
diff -u -r1.93 wingdi.h
--- include/wingdi.h	12 Aug 2003 20:42:18 -0000	1.93
+++ include/wingdi.h	28 Aug 2003 04:53:35 -0000
@@ -1688,7 +1688,7 @@
   BYTE rgbtRed;
 } RGBTRIPLE;
 
-#include "pshpack2.h"
+#include <pshpack2.h>
 typedef struct
 {
     WORD    bfType;
@@ -1697,7 +1697,7 @@
     WORD    bfReserved2;
     DWORD   bfOffBits;
 } BITMAPFILEHEADER, *PBITMAPFILEHEADER, *LPBITMAPFILEHEADER;
-#include "poppack.h"
+#include <poppack.h>
 
 #define MAKEPOINTS(l)  (*((POINTS *)&(l)))
 
@@ -1835,7 +1835,7 @@
 
 #define CLR_INVALID         0xffffffff
 /* Metafile header structure */
-#include "pshpack2.h"
+#include <pshpack2.h>
 typedef struct
 {
     WORD       mtType;
@@ -1846,7 +1846,7 @@
     DWORD      mtMaxRecord;
     WORD       mtNoParameters;
 } METAHEADER, *PMETAHEADER, *LPMETAHEADER;
-#include "poppack.h"
+#include <poppack.h>
 
 /* Metafile typical record structure */
 typedef struct
Index: include/winioctl.h
===================================================================
RCS file: /var/cvs/wine/include/winioctl.h,v
retrieving revision 1.11
diff -u -r1.11 winioctl.h
--- include/winioctl.h	31 May 2002 23:06:49 -0000	1.11
+++ include/winioctl.h	28 Aug 2003 04:53:35 -0000
@@ -19,7 +19,7 @@
 #ifndef __WINE_WINIOCTL_H
 #define __WINE_WINIOCTL_H
 
-#include "winnt.h"
+#include <winnt.h>
 
 #define CTL_CODE( DeviceType, Function, Method, Access ) (                 \
     (DWORD)((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
@@ -337,14 +337,14 @@
 
 /* Important: All MS_DOS data structures must be packed on a one-byte boundary - good old 16 bit. */
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 typedef struct tagMID {
     WORD  midInfoLevel;
     DWORD midSerialNum;
     BYTE  midVolLabel[11];
     BYTE  midFileSysType[8];
 } MID, *PMID;
-#include "poppack.h"
+#include <poppack.h>
 
 /* End VWIN32 information */
 
Index: include/winnetwk.h
===================================================================
RCS file: /var/cvs/wine/include/winnetwk.h,v
retrieving revision 1.11
diff -u -r1.11 winnetwk.h
--- include/winnetwk.h	18 Jul 2003 22:59:07 -0000	1.11
+++ include/winnetwk.h	28 Aug 2003 04:53:35 -0000
@@ -20,8 +20,8 @@
 #ifndef _WINNETWK_H_
 #define _WINNETWK_H_
 
-#include "windef.h"
-#include "winerror.h"
+#include <windef.h>
+#include <winerror.h>
 
 /*
  * Network types
Index: include/winnt.h
===================================================================
RCS file: /var/cvs/wine/include/winnt.h,v
retrieving revision 1.165
diff -u -r1.165 winnt.h
--- include/winnt.h	28 Aug 2003 03:07:57 -0000	1.165
+++ include/winnt.h	28 Aug 2003 04:53:35 -0000
@@ -21,7 +21,7 @@
 #ifndef __WINE_WINNT_H
 #define __WINE_WINNT_H
 
-#include "basetsd.h"
+#include <basetsd.h>
 
 #ifndef RC_INVOKED
 #include <ctype.h>
@@ -1514,7 +1514,7 @@
 #define IS_TEXT_UNICODE_NULL_BYTES         0x1000
 #define IS_TEXT_UNICODE_NOT_ASCII_MASK     0xF000
 
-#include "ntstatus.h"
+#include <ntstatus.h>
 
 #define MAXIMUM_WAIT_OBJECTS 64
 #define MAXIMUM_SUSPEND_COUNT 127
@@ -1659,7 +1659,7 @@
  * File formats definitions
  */
 
-#include "pshpack2.h"
+#include <pshpack2.h>
 typedef struct _IMAGE_DOS_HEADER {
     WORD  e_magic;      /* 00: MZ Header signature */
     WORD  e_cblp;       /* 02: Bytes on last page of file */
@@ -1681,7 +1681,7 @@
     WORD  e_res2[10];   /* 28: Reserved words */
     DWORD e_lfanew;     /* 3c: Offset to extended header */
 } IMAGE_DOS_HEADER, *PIMAGE_DOS_HEADER;
-#include "poppack.h"
+#include <poppack.h>
 
 #define IMAGE_DOS_SIGNATURE    0x5A4D     /* MZ   */
 #define IMAGE_OS2_SIGNATURE    0x454E     /* NE   */
@@ -1694,7 +1694,7 @@
  * This is the Windows executable (NE) header.
  * the name IMAGE_OS2_HEADER is misleading, but in the SDK this way.
  */
-#include "pshpack2.h"
+#include <pshpack2.h>
 typedef struct
 {
     WORD  ne_magic;             /* 00 NE signature 'NE' */
@@ -1728,9 +1728,9 @@
     WORD  ne_swaparea;          /* 3c Reserved by Microsoft */
     WORD  ne_expver;            /* 3e Expected Windows version number */
 } IMAGE_OS2_HEADER, *PIMAGE_OS2_HEADER;
-#include "poppack.h"
+#include <poppack.h>
 
-#include "pshpack2.h"
+#include <pshpack2.h>
 typedef struct _IMAGE_VXD_HEADER {
   WORD  e32_magic;
   BYTE  e32_border;
@@ -1784,7 +1784,7 @@
   WORD  e32_devid;
   WORD  e32_ddkver;
 } IMAGE_VXD_HEADER, *PIMAGE_VXD_HEADER;
-#include "poppack.h"
+#include <poppack.h>
 
 /* These defines describe the meanings of the bits in the Characteristics
    field */
@@ -2046,7 +2046,7 @@
 #define IMAGE_SCN_MEM_READ			0x40000000
 #define IMAGE_SCN_MEM_WRITE			0x80000000
 
-#include "pshpack2.h"
+#include <pshpack2.h>
 
 typedef struct _IMAGE_SYMBOL {
     union {
@@ -2115,7 +2115,7 @@
 
 #define IMAGE_SIZEOF_AUX_SYMBOL 18
 
-#include "poppack.h"
+#include <poppack.h>
 
 #define IMAGE_SYM_UNDEFINED           (SHORT)0
 #define IMAGE_SYM_ABSOLUTE            (SHORT)-1
@@ -2295,7 +2295,7 @@
 	/* WORD	TypeOffset[1]; */
 } IMAGE_BASE_RELOCATION,*PIMAGE_BASE_RELOCATION;
 
-#include "pshpack2.h"
+#include <pshpack2.h>
 
 typedef struct _IMAGE_RELOCATION
 {
@@ -2307,7 +2307,7 @@
     WORD    Type;
 } IMAGE_RELOCATION, *PIMAGE_RELOCATION;
 
-#include "poppack.h"
+#include <poppack.h>
 
 #define IMAGE_SIZEOF_RELOCATION 10
 
@@ -3026,12 +3026,12 @@
     LONG HighPart;
 } LUID, *PLUID;
 
-#include "pshpack4.h"
+#include <pshpack4.h>
 typedef struct _LUID_AND_ATTRIBUTES {
   LUID   Luid;
   DWORD  Attributes;
 } LUID_AND_ATTRIBUTES, *PLUID_AND_ATTRIBUTES;
-#include "poppack.h"
+#include <poppack.h>
 
 /*
  * PRIVILEGE_SET
@@ -3533,7 +3533,7 @@
 #define RtlFillMemory(Destination, Length, Fill) memset((Destination),(Fill),(Length))
 #define RtlZeroMemory(Destination, Length) memset((Destination),0,(Length))
 
-#include "guiddef.h"
+#include <guiddef.h>
 
 typedef struct _RTL_CRITICAL_SECTION_DEBUG
 {
Index: include/winpos.h
===================================================================
RCS file: /var/cvs/wine/include/winpos.h,v
retrieving revision 1.19
diff -u -r1.19 winpos.h
--- include/winpos.h	11 Oct 2002 23:41:07 -0000	1.19
+++ include/winpos.h	28 Aug 2003 04:53:35 -0000
@@ -21,10 +21,10 @@
 #ifndef __WINE_WINPOS_H
 #define __WINE_WINPOS_H
 
-#include "windef.h"
-#include "winbase.h"
-#include "wingdi.h"
-#include "winuser.h"
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+#include <winuser.h>
 
 /* undocumented SWP flags - from SDK 3.1 */
 #define SWP_NOCLIENTSIZE	0x0800
Index: include/winreg.h
===================================================================
RCS file: /var/cvs/wine/include/winreg.h,v
retrieving revision 1.23
diff -u -r1.23 winreg.h
--- include/winreg.h	17 Mar 2003 21:21:15 -0000	1.23
+++ include/winreg.h	28 Aug 2003 04:53:35 -0000
@@ -21,8 +21,8 @@
 #ifndef __WINE_WINREG_H
 #define __WINE_WINREG_H
 
-#include "winbase.h"
-#include "winnt.h"
+#include <winbase.h>
+#include <winnt.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/winres.h
===================================================================
RCS file: /var/cvs/wine/include/winres.h,v
retrieving revision 1.2
diff -u -r1.2 winres.h
--- include/winres.h	10 Mar 2002 00:02:34 -0000	1.2
+++ include/winres.h	28 Aug 2003 04:53:35 -0000
@@ -16,7 +16,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "winresrc.h"
+#include <winresrc.h>
 
 #ifdef IDC_STATIC
 #undef IDC_STATIC
Index: include/winresrc.h
===================================================================
RCS file: /var/cvs/wine/include/winresrc.h,v
retrieving revision 1.4
diff -u -r1.4 winresrc.h
--- include/winresrc.h	2 May 2002 01:22:00 -0000	1.4
+++ include/winresrc.h	28 Aug 2003 04:53:35 -0000
@@ -35,11 +35,11 @@
 #define _WIN32_WINNT 0x0500
 #endif
 
-#include "winuser.h"
-#include "commctrl.h"
-#include "dde.h"
-#include "winnt.h"
-#include "dlgs.h"
-#include "winver.h"
+#include <winuser.h>
+#include <commctrl.h>
+#include <dde.h>
+#include <winnt.h>
+#include <dlgs.h>
+#include <winver.h>
 
 #endif /* _WINRESRC_ */
Index: include/winsock.h
===================================================================
RCS file: /var/cvs/wine/include/winsock.h,v
retrieving revision 1.61
diff -u -r1.61 winsock.h
--- include/winsock.h	19 Jul 2003 03:07:16 -0000	1.61
+++ include/winsock.h	28 Aug 2003 04:53:35 -0000
@@ -88,9 +88,9 @@
 #endif /* __WINE_WINSOCKAPI_STDLIB_H */
 
 #ifndef __WINESRC__
-# include "windows.h"
+# include <windows.h>
 #else
-# include "windef.h"
+# include <windef.h>
 #endif
 
 #ifndef _WINSOCKAPI_
@@ -115,7 +115,7 @@
 #endif /* defined(__cplusplus) */
 
 /* proper 4-byte packing */
-#include "pshpack4.h"
+#include <pshpack4.h>
 
 /*
  * Address families
@@ -993,13 +993,13 @@
 #if defined(__WINESRC__) || !defined(__WINE_WINSOCK2__)
 /* Stuff specific to winsock.h */
 
-#include "mswsock.h"
+#include <mswsock.h>
 
 #endif /* __WINE_WINSOCK2__ */
 #endif /* !defined(__WINE_WINSOCK2__) || WS_API_PROTOTYPES */
 
 
-#include "poppack.h"
+#include <poppack.h>
 
 #ifdef __cplusplus
 }
Index: include/winsock2.h
===================================================================
RCS file: /var/cvs/wine/include/winsock2.h,v
retrieving revision 1.19
diff -u -r1.19 winsock2.h
--- include/winsock2.h	13 May 2003 00:37:36 -0000	1.19
+++ include/winsock2.h	28 Aug 2003 04:53:35 -0000
@@ -44,7 +44,7 @@
 #endif
 
 #define __WINE_WINSOCK2__
-#include "winsock.h"
+#include <winsock.h>
 #undef  __WINE_WINSOCK2__
 
 
@@ -53,7 +53,7 @@
 #endif /* defined(__cplusplus) */
 
 /* proper 4-byte packing */
-#include "pshpack4.h"
+#include <pshpack4.h>
 
 
 #ifndef USE_WS_PREFIX
@@ -139,7 +139,7 @@
 
 
 #ifndef GUID_DEFINED
-#include "guiddef.h"
+#include <guiddef.h>
 #endif
 
 #define MAX_PROTOCOL_CHAIN         7
@@ -526,7 +526,7 @@
 #define CF_REJECT       0x0001
 #define CF_DEFER        0x0002
 
-#include "poppack.h"
+#include <poppack.h>
 
 #ifdef __cplusplus
 }
Index: include/winsvc.h
===================================================================
RCS file: /var/cvs/wine/include/winsvc.h,v
retrieving revision 1.10
diff -u -r1.10 winsvc.h
--- include/winsvc.h	25 Nov 2002 20:50:53 -0000	1.10
+++ include/winsvc.h	28 Aug 2003 04:53:35 -0000
@@ -23,7 +23,7 @@
 extern "C" {
 #endif /* defined(__cplusplus) */
 
-#include "windef.h"
+#include <windef.h>
 
 /* Controls */
 #define SERVICE_CONTROL_STOP                  0x00000001
Index: include/winternl.h
===================================================================
RCS file: /var/cvs/wine/include/winternl.h,v
retrieving revision 1.50
diff -u -r1.50 winternl.h
--- include/winternl.h	27 Aug 2003 23:14:29 -0000	1.50
+++ include/winternl.h	28 Aug 2003 04:53:35 -0000
@@ -21,9 +21,9 @@
 #ifndef __WINE_WINTERNAL_H
 #define __WINE_WINTERNAL_H
 
-#include "windef.h"
-#include "winnt.h"
-#include "winreg.h"
+#include <windef.h>
+#include <winnt.h>
+#include <winreg.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/winuser.h
===================================================================
RCS file: /var/cvs/wine/include/winuser.h,v
retrieving revision 1.164
diff -u -r1.164 winuser.h
--- include/winuser.h	12 Aug 2003 20:33:26 -0000	1.164
+++ include/winuser.h	28 Aug 2003 04:53:35 -0000
@@ -2412,7 +2412,7 @@
 
 typedef BOOL  (CALLBACK *MONITORENUMPROC)(HMONITOR,HDC,LPRECT,LPARAM);
 
-#include "pshpack2.h"
+#include <pshpack2.h>
 
 typedef struct tagDLGTEMPLATE
 {
@@ -2450,7 +2450,7 @@
 typedef DLGITEMTEMPLATE *LPDLGITEMTEMPLATEW;
 DECL_WINELIB_TYPE_AW(LPDLGITEMTEMPLATE)
 
-#include "poppack.h"
+#include <poppack.h>
 
   /* CBT hook values */
 #define HCBT_MOVESIZE	    0
Index: include/winver.h
===================================================================
RCS file: /var/cvs/wine/include/winver.h,v
retrieving revision 1.14
diff -u -r1.14 winver.h
--- include/winver.h	31 May 2002 23:06:49 -0000	1.14
+++ include/winver.h	28 Aug 2003 04:53:35 -0000
@@ -20,7 +20,7 @@
 #ifndef __WINE_WINVER_H
 #define __WINE_WINVER_H
 
-#include "windef.h"
+#include <windef.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/wnaspi32.h
===================================================================
RCS file: /var/cvs/wine/include/wnaspi32.h,v
retrieving revision 1.15
diff -u -r1.15 wnaspi32.h
--- include/wnaspi32.h	28 Jun 2002 17:37:34 -0000	1.15
+++ include/wnaspi32.h	28 Aug 2003 04:53:35 -0000
@@ -104,7 +104,7 @@
 #define SS_SECURITY_VIOLATION		0xE2 /* Replaces SS_INVALID_MODE */
 /*** END DEFS */
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 /* SRB - HOST ADAPTER INQUIRY - SC_HA_INQUIRY */
 typedef struct tagSRB32_HaInquiry {
@@ -226,7 +226,7 @@
     DWORD AB_Reserved;		/* 0 */
 } ASPI32BUFF, *PASPI32BUFF;
 
-#include "poppack.h"
+#include <poppack.h>
 
 /* Prototypes */
 extern DWORD __cdecl SendASPI32Command (PSRB);
Index: include/ws2spi.h
===================================================================
RCS file: /var/cvs/wine/include/ws2spi.h,v
retrieving revision 1.3
diff -u -r1.3 ws2spi.h
--- include/ws2spi.h	10 Mar 2002 00:02:34 -0000	1.3
+++ include/ws2spi.h	28 Aug 2003 04:53:35 -0000
@@ -22,10 +22,10 @@
 #define _WINSOCK2SPI_
 
 #ifndef _WINSOCK2API_
-#include "winsock2.h"
+#include <winsock2.h>
 #endif /* !defined(_WINSOCK2API_) */
 
-#include "pshpack4.h"
+#include <pshpack4.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -37,6 +37,6 @@
 } /* extern "C" */
 #endif /* defined(__cplusplus) */
 
-#include "poppack.h"
+#include <poppack.h>
 
 #endif /* !defined(_WINSOCK2SPI_) */
Index: include/wtypes.h
===================================================================
RCS file: /var/cvs/wine/include/wtypes.h,v
retrieving revision 1.48
diff -u -r1.48 wtypes.h
--- include/wtypes.h	22 Aug 2003 05:04:23 -0000	1.48
+++ include/wtypes.h	28 Aug 2003 04:53:35 -0000
@@ -1,14 +1,14 @@
 /*** Autogenerated by WIDL 0.1 from wtypes.idl - Do not edit ***/
-#include "rpc.h"
-#include "rpcndr.h"
+#include <rpc.h>
+#include <rpcndr.h>
 
 #ifndef __WIDL_WTYPES_H
 #define __WIDL_WTYPES_H
 #ifdef __cplusplus
 extern "C" {
 #endif
-#include "basetsd.h"
-#include "guiddef.h"
+#include <basetsd.h>
+#include <guiddef.h>
 #if 0 /* winnt.h */
 typedef unsigned char BYTE;
 
Index: include/msvcrt/sys/stat.h
===================================================================
RCS file: /var/cvs/wine/include/msvcrt/sys/stat.h,v
retrieving revision 1.10
diff -u -r1.10 stat.h
--- include/msvcrt/sys/stat.h	13 Aug 2003 19:35:35 -0000	1.10
+++ include/msvcrt/sys/stat.h	28 Aug 2003 04:50:51 -0000
@@ -11,7 +11,7 @@
 #define __WINE_USE_MSVCRT
 #endif
 
-#include "sys/types.h"
+#include <sys/types.h>
 
 #ifndef MSVCRT
 # ifdef USE_MSVCRT_PREFIX
Index: include/wine/debug.h
===================================================================
RCS file: /var/cvs/wine/include/wine/debug.h,v
retrieving revision 1.10
diff -u -r1.10 debug.h
--- include/wine/debug.h	14 Apr 2003 21:42:57 -0000	1.10
+++ include/wine/debug.h	28 Aug 2003 04:55:13 -0000
@@ -22,9 +22,9 @@
 #define __WINE_WINE_DEBUG_H
 
 #include <stdarg.h>
-#include "windef.h"
+#include <windef.h>
 #ifndef GUID_DEFINED
-#include "guiddef.h"
+#include <guiddef.h>
 #endif
 
 #ifdef __cplusplus
Index: include/wine/exception.h
===================================================================
RCS file: /var/cvs/wine/include/wine/exception.h,v
retrieving revision 1.23
diff -u -r1.23 exception.h
--- include/wine/exception.h	28 Aug 2003 03:07:56 -0000	1.23
+++ include/wine/exception.h	28 Aug 2003 04:55:13 -0000
@@ -22,7 +22,7 @@
 #define __WINE_WINE_EXCEPTION_H
 
 #include <setjmp.h>
-#include "windef.h"
+#include <windef.h>
 
 /* The following definitions allow using exceptions in Wine and Winelib code
  *
Index: include/wine/library.h
===================================================================
RCS file: /var/cvs/wine/include/wine/library.h,v
retrieving revision 1.20
diff -u -r1.20 library.h
--- include/wine/library.h	3 Jul 2003 18:23:10 -0000	1.20
+++ include/wine/library.h	28 Aug 2003 04:55:13 -0000
@@ -22,7 +22,7 @@
 #define __WINE_WINE_LIBRARY_H
 
 #include <sys/types.h>
-#include "winbase.h"
+#include <winbase.h>
 
 /* configuration */
 
Index: include/wine/mmsystem16.h
===================================================================
RCS file: /var/cvs/wine/include/wine/mmsystem16.h,v
retrieving revision 1.8
diff -u -r1.8 mmsystem16.h
--- include/wine/mmsystem16.h	31 Oct 2002 02:23:43 -0000	1.8
+++ include/wine/mmsystem16.h	28 Aug 2003 04:55:13 -0000
@@ -21,11 +21,11 @@
 #ifndef __WINE_WINE_MMSYSTEM16_H
 #define __WINE_WINE_MMSYSTEM16_H
 
-#include "windef.h"
-#include "wine/windef16.h"
-#include "mmddk.h"
+#include <windef.h>
+#include <wine/windef16.h>
+#include <mmddk.h>
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 typedef UINT16	MMVERSION16;
 typedef UINT16	MCIDEVICEID16;
@@ -803,6 +803,6 @@
     LPSTR   lpstrText;
 } MCI_DGV_WINDOW_PARMS16, *LPMCI_DGV_WINDOW_PARMS16;
 
-#include "poppack.h"
+#include <poppack.h>
 
 #endif  /* __WINE_WINE_MMSYSTEM16_H */
Index: include/wine/obj_serviceprovider.h
===================================================================
RCS file: /var/cvs/wine/include/wine/obj_serviceprovider.h,v
retrieving revision 1.6
diff -u -r1.6 obj_serviceprovider.h
--- include/wine/obj_serviceprovider.h	11 Apr 2003 00:31:03 -0000	1.6
+++ include/wine/obj_serviceprovider.h	28 Aug 2003 04:55:14 -0000
@@ -23,8 +23,8 @@
 #ifndef __WINE_WINE_OBJ_SERVICEPROVIDER_H
 #define __WINE_WINE_OBJ_SERVICEPROVIDER_H
 
-#include "objbase.h"
-#include "winbase.h"
+#include <objbase.h>
+#include <winbase.h>
 
 #ifdef __cplusplus
 extern "C" {
Index: include/wine/rpcss_shared.h
===================================================================
RCS file: /var/cvs/wine/include/wine/rpcss_shared.h,v
retrieving revision 1.2
diff -u -r1.2 rpcss_shared.h
--- include/wine/rpcss_shared.h	10 Dec 2002 22:56:44 -0000	1.2
+++ include/wine/rpcss_shared.h	28 Aug 2003 04:55:14 -0000
@@ -21,10 +21,10 @@
 #ifndef __WINE_RPCSS_SHARED_H
 #define __WINE_RPCSS_SHARED_H
 
-#include "basetsd.h"
-#include "windef.h"
+#include <basetsd.h>
+#include <windef.h>
 
-#include "rpcdcep.h"
+#include <rpcdcep.h>
 
 #define RPCSS_NP_PROTOCOL_VERSION 0x0000
 
Index: include/wine/server.h
===================================================================
RCS file: /var/cvs/wine/include/wine/server.h,v
retrieving revision 1.11
diff -u -r1.11 server.h
--- include/wine/server.h	30 Mar 2003 03:08:52 -0000	1.11
+++ include/wine/server.h	28 Aug 2003 04:55:14 -0000
@@ -21,9 +21,9 @@
 #ifndef __WINE_WINE_SERVER_H
 #define __WINE_WINE_SERVER_H
 
-#include "thread.h"
-#include "wine/exception.h"
-#include "wine/server_protocol.h"
+#include <thread.h>
+#include <wine/exception.h>
+#include <wine/server_protocol.h>
 
 /* client communication functions */
 
Index: include/wine/server_protocol.h
===================================================================
RCS file: /var/cvs/wine/include/wine/server_protocol.h,v
retrieving revision 1.80
diff -u -r1.80 server_protocol.h
--- include/wine/server_protocol.h	19 Aug 2003 03:08:18 -0000	1.80
+++ include/wine/server_protocol.h	28 Aug 2003 04:55:14 -0000
@@ -10,7 +10,7 @@
 
 #include <stdlib.h>
 #include <time.h>
-#include "winbase.h"
+#include <winbase.h>
 
 struct request_header
 {
Index: include/wine/test.h
===================================================================
RCS file: /var/cvs/wine/include/wine/test.h,v
retrieving revision 1.10
diff -u -r1.10 test.h
--- include/wine/test.h	2 Jan 2003 17:52:05 -0000	1.10
+++ include/wine/test.h	28 Aug 2003 04:55:14 -0000
@@ -22,7 +22,7 @@
 #define __WINE_TEST_H
 
 #include <stdarg.h>
-#include "windef.h"
+#include <windef.h>
 
 /* debug level */
 extern int winetest_debug;
Index: include/wine/unicode.h
===================================================================
RCS file: /var/cvs/wine/include/wine/unicode.h,v
retrieving revision 1.21
diff -u -r1.21 unicode.h
--- include/wine/unicode.h	20 Aug 2003 18:16:44 -0000	1.21
+++ include/wine/unicode.h	28 Aug 2003 04:55:14 -0000
@@ -23,9 +23,9 @@
 
 #include <stdarg.h>
 
-#include "windef.h"
-#include "winbase.h"
-#include "winnls.h"
+#include <windef.h>
+#include <winbase.h>
+#include <winnls.h>
 
 /* code page info common to SBCS and DBCS */
 struct cp_info
Index: include/wine/winaspi.h
===================================================================
RCS file: /var/cvs/wine/include/wine/winaspi.h,v
retrieving revision 1.3
diff -u -r1.3 winaspi.h
--- include/wine/winaspi.h	10 Mar 2002 00:02:38 -0000	1.3
+++ include/wine/winaspi.h	28 Aug 2003 04:55:14 -0000
@@ -23,7 +23,7 @@
 #define __WINASPI_H__
 
 /* Include base aspi defs */
-#include "wnaspi32.h"
+#include <wnaspi32.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -33,7 +33,7 @@
 #define ASPI_DOS        1
 #define ASPI_WIN16      2
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 /* SRB HA_INQUIRY */
 
@@ -131,7 +131,7 @@
     SRB_GDEVBlock16       devtype;
 } SRB16, *LPSRB16;
 
-#include "poppack.h"
+#include <poppack.h>
 
 extern WORD WINAPI SendASPICommand16(SEGPTR);
 extern WORD WINAPI GetASPISupportInfo16(void);
Index: include/wine/winbase16.h
===================================================================
RCS file: /var/cvs/wine/include/wine/winbase16.h,v
retrieving revision 1.35
diff -u -r1.35 winbase16.h
--- include/wine/winbase16.h	23 Aug 2003 23:30:51 -0000	1.35
+++ include/wine/winbase16.h	28 Aug 2003 04:55:14 -0000
@@ -19,13 +19,13 @@
 #ifndef __WINE_WINE_WINBASE16_H
 #define __WINE_WINE_WINBASE16_H
 
-#include "windef.h"
-#include "winbase.h"
-#include "winnls.h"
-#include "wine/windef16.h"
-#include "wine/library.h"
+#include <windef.h>
+#include <winbase.h>
+#include <winnls.h>
+#include <wine/windef16.h>
+#include <wine/library.h>
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 typedef struct _SEGINFO {
     UINT16    offSegment;
     UINT16    cbSegment;
@@ -76,7 +76,7 @@
     DWORD   dwAllocCount WINE_PACKED;
 } WINDEBUGINFO16, *LPWINDEBUGINFO16;
 
-#include "poppack.h"
+#include <poppack.h>
 
 #define INVALID_HANDLE_VALUE16  ((HANDLE16) -1)
 #define INFINITE16      0xFFFF
Index: include/wine/windef16.h
===================================================================
RCS file: /var/cvs/wine/include/wine/windef16.h,v
retrieving revision 1.13
diff -u -r1.13 windef16.h
--- include/wine/windef16.h	27 Aug 2003 02:20:44 -0000	1.13
+++ include/wine/windef16.h	28 Aug 2003 04:55:14 -0000
@@ -23,7 +23,7 @@
 #ifndef __WINE_WINDEF16_H
 #define __WINE_WINDEF16_H
 
-#include "windef.h"
+#include <windef.h>
 
 /* Standard data types */
 
@@ -107,7 +107,7 @@
 typedef HANDLE16 HGLOBAL16;
 typedef HANDLE16 HLOCAL16;
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 /* The SIZE structure */
 
@@ -135,7 +135,7 @@
     INT16  bottom;
 } RECT16, *LPRECT16;
 
-#include "poppack.h"
+#include <poppack.h>
 
 /* Callback function pointers types */
 
Index: include/wine/wingdi16.h
===================================================================
RCS file: /var/cvs/wine/include/wine/wingdi16.h,v
retrieving revision 1.27
diff -u -r1.27 wingdi16.h
--- include/wine/wingdi16.h	15 Nov 2002 00:02:13 -0000	1.27
+++ include/wine/wingdi16.h	28 Aug 2003 04:55:14 -0000
@@ -19,11 +19,11 @@
 #ifndef __WINE_WINE_WINGDI16_H
 #define __WINE_WINE_WINGDI16_H
 
-#include "windef.h"
-#include "wingdi.h"
-#include "wine/winbase16.h"
+#include <windef.h>
+#include <wingdi.h>
+#include <wine/winbase16.h>
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 typedef HANDLE16 HPQ16;
 typedef HANDLE16 HPJOB16;
@@ -375,7 +375,7 @@
 #define RENDERMODE_OPEN 1
 #define RENDERMODE_CLOSED 2
 
-#include "poppack.h"
+#include <poppack.h>
 
 
 INT16       WINAPI AbortDoc16(HDC16);
Index: include/wine/winnet16.h
===================================================================
RCS file: /var/cvs/wine/include/wine/winnet16.h,v
retrieving revision 1.7
diff -u -r1.7 winnet16.h
--- include/wine/winnet16.h	31 May 2002 23:06:51 -0000	1.7
+++ include/wine/winnet16.h	28 Aug 2003 04:55:14 -0000
@@ -22,10 +22,10 @@
 #ifndef __WINE_WINNET16_H
 #define __WINE_WINNET16_H
 
-#include "windef.h"
-#include "wine/windef16.h"
+#include <windef.h>
+#include <wine/windef16.h>
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 /*
  * Remote printing
@@ -61,7 +61,7 @@
 
 } JOBSTRUCT16, *LPJOBSTRUCT16;
 
-#include "poppack.h"
+#include <poppack.h>
 
 #define WNPRJ_QSTATUS           0x0007
 #define WNPRJ_DEVSTATUS         0x0FF8
Index: include/wine/winsock16.h
===================================================================
RCS file: /var/cvs/wine/include/wine/winsock16.h,v
retrieving revision 1.8
diff -u -r1.8 winsock16.h
--- include/wine/winsock16.h	1 Apr 2003 00:12:50 -0000	1.8
+++ include/wine/winsock16.h	28 Aug 2003 04:55:14 -0000
@@ -19,8 +19,8 @@
 #ifndef __WINE_WINE_WINSOCK16_H
 #define __WINE_WINE_WINSOCK16_H
 
-#include "windef.h"
-#include "pshpack1.h"
+#include <windef.h>
+#include <pshpack1.h>
 
 typedef UINT16 SOCKET16;
 
@@ -75,7 +75,7 @@
     SEGPTR                  lpVendorInfo;
 } WSADATA16, *LPWSADATA16;
 
-#include "poppack.h"
+#include <poppack.h>
 
 #define WS_FD_CLR16(fd, set)   __WS_FD_CLR((fd),(set), ws_fd_set16)
 #define WS_FD_SET16(fd, set)   __WS_FD_SET1((fd),(set), ws_fd_set16)
Index: include/wine/winuser16.h
===================================================================
RCS file: /var/cvs/wine/include/wine/winuser16.h,v
retrieving revision 1.45
diff -u -r1.45 winuser16.h
--- include/wine/winuser16.h	27 Aug 2003 02:20:44 -0000	1.45
+++ include/wine/winuser16.h	28 Aug 2003 04:55:14 -0000
@@ -19,10 +19,10 @@
 #ifndef __WINE_WINE_WINUSER16_H
 #define __WINE_WINE_WINUSER16_H
 
-#include "wine/wingdi16.h" /* wingdi.h needed for COLORREF */
-#include "winuser.h" /* winuser.h needed for MSGBOXCALLBACK */
+#include <wine/wingdi16.h> /* wingdi.h needed for COLORREF */
+#include <winuser.h> /* winuser.h needed for MSGBOXCALLBACK */
 
-#include "pshpack1.h"
+#include <pshpack1.h>
 
 typedef struct tagCOMSTAT16
 {
@@ -559,7 +559,7 @@
     DWORD       itemData2 WINE_PACKED;
 } COMPAREITEMSTRUCT16, *LPCOMPAREITEMSTRUCT16;
 
-#include "poppack.h"
+#include <poppack.h>
 
 /* WM_COMMNOTIFY flags */
 #define CN_RECEIVE	0x0001


-- 
Dimi.




More information about the wine-patches mailing list