dll: FspService: improve console mode handling

This commit is contained in:
Bill Zissimopoulos
2016-05-08 17:23:12 -07:00
parent bb946d5a3a
commit b77a749f93
2 changed files with 55 additions and 49 deletions

View File

@ -860,7 +860,6 @@ typedef struct _FSP_SERVICE
CRITICAL_SECTION ServiceStatusGuard;
SERVICE_STATUS ServiceStatus;
BOOLEAN AllowConsoleMode;
HANDLE ConsoleModeEvent;
WCHAR ServiceName[];
} FSP_SERVICE;
#pragma warning(pop)