Skip to content

Commit 504ddce

Browse files
committed
Update global.c
1 parent 6a08a1f commit 504ddce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phlib/global.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ BOOLEAN PhIsExecutingInWow64(
117117
{
118118
#ifndef _WIN64
119119
static BOOLEAN valid = FALSE;
120-
static BOOLEAN isWow64;
120+
static BOOLEAN isWow64 = FALSE;
121121

122122
if (!valid)
123123
{

0 commit comments

Comments
 (0)