Fixed uninitialized values.
This commit is contained in:
parent
c7238fb9d9
commit
97f7aa8f42
@ -36,7 +36,7 @@
|
||||
void* smartcard_context_thread(SMARTCARD_CONTEXT* pContext)
|
||||
{
|
||||
DWORD nCount;
|
||||
LONG status;
|
||||
LONG status = 0;
|
||||
DWORD waitStatus;
|
||||
HANDLE hEvents[2];
|
||||
wMessage message;
|
||||
|
Loading…
Reference in New Issue
Block a user