Commit 34ad2d20 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

win87em.dll16: Use BOOL type where appropriate.

parent 4bb61ec0
......@@ -45,7 +45,7 @@ struct Win87EmInfoStruct
*/
/* FIXME: Still rather skeletal implementation only */
static BOOL Installed = 1; /* 8087 is installed */
static BOOL Installed = TRUE; /* 8087 is installed */
static WORD RefCount = 0;
static WORD CtrlWord_1 = 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