mirror of https://github.com/FreeRDP/FreeRDP
Fix smartcard structs, conform to [MS-RDPESC]
This commit is contained in:
parent
32bf768652
commit
4798af5132
|
@ -348,7 +348,7 @@ typedef void(WINAPI* LPOCNDSCPROC)(SCARDCONTEXT hSCardContext, SCARDHANDLE hCard
|
|||
|
||||
typedef struct
|
||||
{
|
||||
LPCSTR szReader;
|
||||
LPSTR szReader;
|
||||
LPVOID pvUserData;
|
||||
DWORD dwCurrentState;
|
||||
DWORD dwEventState;
|
||||
|
@ -358,7 +358,7 @@ typedef struct
|
|||
|
||||
typedef struct
|
||||
{
|
||||
LPCWSTR szReader;
|
||||
LPWSTR szReader;
|
||||
LPVOID pvUserData;
|
||||
DWORD dwCurrentState;
|
||||
DWORD dwEventState;
|
||||
|
|
Loading…
Reference in New Issue