mirror of
https://github.com/estkme-group/lpac
synced 2025-08-18 10:03:02 +02:00
7 lines
102 B
C
7 lines
102 B
C
#pragma once
|
|
|
|
#ifdef _WIN32
|
|
# include <winscard.h>
|
|
|
|
const char *pcsc_stringify_error(LONG);
|
|
#endif
|