Commit 183f00cb authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

winecfg: Use BOOL type where appropriate.

parent debd1346
...@@ -43,7 +43,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(winecfg); ...@@ -43,7 +43,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(winecfg);
#include "winecfg.h" #include "winecfg.h"
#include "resource.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; HKEY config_key = NULL;
HMENU hPopupMenus = 0; HMENU hPopupMenus = 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