mirror of
https://github.com/estkme-group/lpac
synced 2025-06-29 08:12:57 +02:00
6 lines
97 B
C
6 lines
97 B
C
#pragma once
|
|
#ifdef _WIN32
|
|
#include <winscard.h>
|
|
|
|
const char *pcsc_stringify_error(LONG);
|
|
#endif
|