lpac/driver/apdu/pcsc_win32.h

6 lines
97 B
C

#pragma once
#ifdef _WIN32
#include <winscard.h>
const char *pcsc_stringify_error(LONG);
#endif