winecfg: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-09 00:06:18 +02:00 committed by Alexandre Julliard
parent debd1346b0
commit 183f00cb6c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(winecfg);
#include "winecfg.h"
#include "resource.h"
static const int is_win64 = (sizeof(void *) > sizeof(int));
static const BOOL is_win64 = (sizeof(void *) > sizeof(int));
HKEY config_key = NULL;
HMENU hPopupMenus = 0;