Commit f33ce58b authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

win87em: Always return that a 8087 coprocessor is present.

parent 081576e1
...@@ -45,7 +45,7 @@ struct Win87EmInfoStruct ...@@ -45,7 +45,7 @@ struct Win87EmInfoStruct
*/ */
/* FIXME: Still rather skeletal implementation only */ /* FIXME: Still rather skeletal implementation only */
static BOOL Installed = 0; static BOOL Installed = 1; /* 8087 is installed */
static WORD RefCount = 0; static WORD RefCount = 0;
static WORD CtrlWord_1 = 0; static WORD CtrlWord_1 = 0;
static WORD CtrlWord_2 = 0; static WORD CtrlWord_2 = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment