mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +02:00
scd: Fix a syntax error for Apple and Windows.
* scd/apdu.c (pcsc_dword_t) [W32]: Fix syntax error.
This commit is contained in:
parent
ffa7472db5
commit
25b0357bf0
@ -83,7 +83,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__APPLE__) || defined(_WIN32) || defined(__CYGWIN__)
|
#if defined(__APPLE__) || defined(_WIN32) || defined(__CYGWIN__)
|
||||||
typedef unsinged int pcsc_dword_t;
|
typedef unsigned int pcsc_dword_t;
|
||||||
#else
|
#else
|
||||||
typedef unsigned long pcsc_dword_t;
|
typedef unsigned long pcsc_dword_t;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user