oleaut32: Add support for loading typelibs from NE files.

Rob Shearman robertshearman at gmail.com
Wed Sep 3 06:51:36 CDT 2008


2008/9/2 Huw Davies <huw at codeweavers.com>:
> --- 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.

-- 
Rob Shearman



More information about the wine-devel mailing list