[1/4] programs/oleview: Fix compilation with PSDK.

Dmitry Timoshkov dmitry at baikal.ru
Tue Oct 27 04:19:05 CDT 2015


Francois Gouget <fgouget at free.fr> wrote:

> > --- a/programs/oleview/typelib.c
> > +++ b/programs/oleview/typelib.c
> > @@ -18,6 +18,8 @@
> >   * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
> >   */
> >  
> > +#define NONAMELESSUNION
> > +
> 
> That this is needed to compile with the PSDK but not with Wine probably 
> indicates a bug in the Wine headers. What was the compilation error?

..\include\wine/debug.h(334) : error C2039: 'brecVal' : is not a member of 'tagVARIANT'

-- 
Dmitry.



More information about the wine-devel mailing list