Re: #include ourheader.h

2000-11-01 Thread Alexandre Julliard

"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]




Re: #include ourheader.h

2000-11-01 Thread Dimitrie O. Paun

On Thu, 2 Nov 2000, Alexandre Julliard wrote:

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

OK, I wasn't aware of that. Is this documented anywhere? (Not that I read
documentation, but... :) )

--
Dimi.