Merge branch 'smartcard_context_fix' of https://github.com/akallabeth/FreeRDP into smartcard
This commit is contained in:
commit
1ffb3f40b0
@ -30,6 +30,12 @@
|
|||||||
#include <winpr/crt.h>
|
#include <winpr/crt.h>
|
||||||
#include <winpr/synch.h>
|
#include <winpr/synch.h>
|
||||||
|
|
||||||
|
#define BOOL PCSC_BOOL
|
||||||
|
#include <PCSC/pcsclite.h>
|
||||||
|
#include <PCSC/reader.h>
|
||||||
|
#include <PCSC/winscard.h>
|
||||||
|
#undef BOOL
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* When using Windows Server 2008 R2 as the Terminal Services (TS)
|
* When using Windows Server 2008 R2 as the Terminal Services (TS)
|
||||||
* server, and with a smart card reader connected to the TS client machine
|
* server, and with a smart card reader connected to the TS client machine
|
||||||
@ -106,8 +112,11 @@ struct _SMARTCARD_DEVICE
|
|||||||
HANDLE irpEvent;
|
HANDLE irpEvent;
|
||||||
HANDLE stopEvent;
|
HANDLE stopEvent;
|
||||||
|
|
||||||
LIST* CompletionIds;
|
LIST* CompletionIds;
|
||||||
HANDLE CompletionIdsMutex;
|
HANDLE CompletionIdsMutex;
|
||||||
|
|
||||||
|
SCARDCONTEXT hContext;
|
||||||
|
SCARDHANDLE hCard;
|
||||||
};
|
};
|
||||||
typedef struct _SMARTCARD_DEVICE SMARTCARD_DEVICE;
|
typedef struct _SMARTCARD_DEVICE SMARTCARD_DEVICE;
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user