On Wed, Sep 03, 2008 at 12:51:36PM +0100, Rob Shearman wrote: > 2008/9/2 Huw Davies <[EMAIL PROTECTED]>: > > --- a/dlls/oleaut32/typelib.c > > +++ b/dlls/oleaut32/typelib.c > > @@ -64,6 +64,7 @@ > > #include "winnls.h" > > #include "winreg.h" > > #include "winuser.h" > > +#include "wine/winbase16.h" > > > > #include "wine/unicode.h" > > #include "objbase.h" > > I don't think we should be including a 16-bit header file and using > 16-bit functions in a 32-bit source file if we can avoid it. In this > case, we can avoid it.
Hi Rob, How do you suggest we avoid it? Cheers, Huw. -- Huw Davies [EMAIL PROTECTED]