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

advapi32: Use BOOL type where appropriate.

parent 0be56d27
......@@ -79,7 +79,7 @@ static const WCHAR * const root_key_names[] =
static HKEY special_root_keys[NB_SPECIAL_ROOT_KEYS];
static BOOL hkcu_cache_disabled;
static const int is_win64 = (sizeof(void *) > sizeof(int));
static const BOOL is_win64 = (sizeof(void *) > sizeof(int));
/* check if value type needs string conversion (Ansi<->Unicode) */
static inline int is_string( DWORD type )
......
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