FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
libwinpr/smartcard/smartcard.h
1
20#ifndef WINPR_SMARTCARD_PRIVATE_H
21#define WINPR_SMARTCARD_PRIVATE_H
22
23#include <winpr/smartcard.h>
24
25#ifndef _WIN32
26#include "smartcard_pcsc.h"
27#else
28#include "smartcard_windows.h"
29#endif
30
31#endif /* WINPR_SMARTCARD_PRIVATE_H */