"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes:

> We use:
> 
> #include <some-libc-hdr.h>
> 
> but we do:
> 
> #include "our-wine-hdr.h"
> 
> why? Shouldn't these be (in 90% of the cases):
> 
> #include <our-wine-hdr.h>
> 
> No?

No, makedep relies on this to find out which headers to include in the
dependencies.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to