From f33ce58be8d3b39206f13c73ff2aca470cf17366 Mon Sep 17 00:00:00 2001 From: Rein Klazes Date: Thu, 9 Apr 2009 07:09:18 +0200 Subject: [PATCH] win87em: Always return that a 8087 coprocessor is present. --- dlls/win87em.dll16/win87em.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/win87em.dll16/win87em.c b/dlls/win87em.dll16/win87em.c index 35a04c4fcd4..d3fc96a7d31 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;