src: use predefined pcsclite types
This commit is contained in:
committed by
Santiago Gimeno
parent
bd2bf70739
commit
bf15e2eaf1
@@ -13,8 +13,8 @@ class PCSCLite: public node::ObjectWrap {
|
||||
|
||||
struct AsyncResult {
|
||||
LONG result;
|
||||
char *readers_name;
|
||||
unsigned long readers_name_length;
|
||||
LPSTR readers_name;
|
||||
DWORD readers_name_length;
|
||||
bool do_exit;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user