mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
services: Use BOOL type where appropriate.
This commit is contained in:
parent
8afd655a62
commit
debd1346b0
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ DWORD service_kill_timeout = 60000;
|
|||
static DWORD default_preshutdown_timeout = 180000;
|
||||
static void *env = NULL;
|
||||
|
||||
static const int is_win64 = (sizeof(void *) > sizeof(int));
|
||||
static const BOOL is_win64 = (sizeof(void *) > sizeof(int));
|
||||
|
||||
static const WCHAR SZ_LOCAL_SYSTEM[] = {'L','o','c','a','l','S','y','s','t','e','m',0};
|
||||
|
||||
|
|
Loading…
Reference in a new issue