mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
advapi32: Use BOOL type where appropriate.
This commit is contained in:
parent
0be56d27d2
commit
ce88fd16ae
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue