src: dll: FspDebugLogRequest, FspDebugLogResponse

This commit is contained in:
Bill Zissimopoulos
2016-05-23 11:40:23 -07:00
parent c2e38bcc97
commit 301e8fed62
2 changed files with 81 additions and 55 deletions

View File

@ -19,7 +19,7 @@
#include <aclapi.h>
static INIT_ONCE FspDiagIdentInitOnce = INIT_ONCE_STATIC_INIT;
static WCHAR FspDiagIdentBuf[16] = L"UNKNOWN";
static WCHAR FspDiagIdentBuf[20] = L"UNKNOWN";
static BOOL WINAPI FspDiagIdentInit(
PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context)