mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user