[emu,scard] fix compiler warnings

This commit is contained in:
akallabeth 2024-07-22 14:38:23 +02:00
parent 10ac4ff8e6
commit 325fb16301
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -56,7 +56,7 @@ static BOOL CALLBACK g_ReaderNameWInit(PINIT_ONCE InitOnce, PVOID Parameter, PVO
struct smartcard_emulation_context
{
const rdpSettings* settings;
rdpSettings* settings;
DWORD log_default_level;
wLog* log;
wHashTable* contexts;