Re: oleaut32: Add support for loading typelibs from NE files.

2008-11-25 Thread Rob Shearman
2008/11/25 Huw Davies <[EMAIL PROTECTED]>: > --- > dlls/oleaut32/typelib.c | 218 > +++ > 1 files changed, 218 insertions(+), 0 deletions(-) Looks good. Thanks for doing this. -- Rob Shearman

Re: oleaut32: Add support for loading typelibs from NE files.

2008-09-05 Thread Rob Shearman
2008/9/4 Huw Davies <[EMAIL PROTECTED]>: > 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" >> >

Re: oleaut32: Add support for loading typelibs from NE files.

2008-09-04 Thread Huw Davies
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/winbase1

Re: oleaut32: Add support for loading typelibs from NE files.

2008-09-03 Thread Rob Shearman
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