win87em.dll16: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-15 00:27:17 +02:00 committed by Alexandre Julliard
parent 4bb61ec0df
commit 34ad2d20a2

View file

@ -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;