added DEFAULT_PKCS11_PROVIDER to winconfig.h.in

This commit is contained in:
Frank Morgner 2015-01-20 00:53:51 +01:00
parent 291e9dab9e
commit 28ea6bc607
1 changed files with 4 additions and 0 deletions

View File

@ -95,4 +95,8 @@
#define OPENSC_FEATURES "N/A"
#endif
#ifndef DEFAULT_PKCS11_PROVIDER
#define DEFAULT_PKCS11_PROVIDER "opensc-pkcs11.dll"
#endif
#endif