Remove initialization of static or global values to zero, throughout. This
just needlessly grows the size of the DLL. * tty.cc (tty::alive): Make inuse handle non-inheriting on open, just for thread safety.
This commit is contained in:
@@ -16,7 +16,7 @@ details. */
|
||||
#include "security.h"
|
||||
|
||||
/* Default to not using NTEA information */
|
||||
BOOL allow_ntea = FALSE;
|
||||
BOOL allow_ntea;
|
||||
|
||||
/*
|
||||
From Windows NT DDK:
|
||||
|
Reference in New Issue
Block a user