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?

--
Dimi.


Reply via email to