Sergey Stepanov writes:
> @@ -33,6 +35,24 @@ const SCARD_IO_REQUEST g_rgSCardT0Pci = {
> SCARD_PROTOCOL_T0, 8 };
> const SCARD_IO_REQUEST g_rgSCardT1Pci = { SCARD_PROTOCOL_T1, 8 };
> const SCARD_IO_REQUEST g_rgSCardRawPci = { SCARD_PROTOCOL_RAW, 8 };
>
> +#define MAKE_FUNCPTR(f) static typeo
Hi Sergey,
#include "config.h"
+#include
#include
This change will cause compile failures on systems without this
header. You need to add a configure check for the header, and include
it conditionally.
Thanks,
--Juan