lpac/driver/apdu/pcsc_win32.h

7 lines
102 B
C

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