Installed variable has always the same value. What about removing it instead ?
Bye, Christian > Message du 09/04/09 07:10 > De : "Rein Klazes" > A : "wine-patches" > Copie à : > Objet : win87em: always return that a 8087 coprocessor is present. (try 2) > > > --- > dlls/win87em.dll16/win87em.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/dlls/win87em.dll16/win87em.c b/dlls/win87em.dll16/win87em.c > index 35a04c4..d3fc96a 100644 > --- a/dlls/win87em.dll16/win87em.c > +++ b/dlls/win87em.dll16/win87em.c > @@ -45,7 +45,7 @@ struct Win87EmInfoStruct > */ > /* FIXME: Still rather skeletal implementation only */ > > -static BOOL Installed = 0; > +static BOOL Installed = 1; /* 8087 is installed */ > static WORD RefCount = 0; > static WORD CtrlWord_1 = 0; > static WORD CtrlWord_2 = 0; > -- > 1.6.2.1 > > > > >