mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:13:36 +00:00
[PSDK]
Avoid redefinition of FILE_DEVICE_SMARTCARD in winsmcrd.h, when combined with wine/winioctl.h. A similar #ifdef exists in the MS header. svn path=/trunk/; revision=66704
This commit is contained in:
parent
b6882286d4
commit
f2c994e17e
1 changed files with 4 additions and 0 deletions
|
@ -60,7 +60,11 @@ typedef struct _SCARD_T1_REQUEST
|
|||
SCARD_IO_REQUEST ioRequest;
|
||||
} SCARD_T1_REQUEST, *PSCARD_T1_REQUEST, *LPSCARD_T1_REQUEST;
|
||||
|
||||
#ifndef FILE_DEVICE_SMARTCARD
|
||||
#define FILE_DEVICE_SMARTCARD 49
|
||||
#elif FILE_DEVICE_SMARTCARD != 49
|
||||
#error "Incorrect Smart Card Device Definition"
|
||||
#endif
|
||||
|
||||
#define SCARD_ATR_LENGTH (0x21)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue