win32: fixed OpenSC major/minor version

This commit is contained in:
Frank Morgner 2017-08-02 23:49:45 +02:00
parent 251a5f9fef
commit 45be3da23f
1 changed files with 2 additions and 2 deletions

View File

@ -69,11 +69,11 @@
#endif
#ifndef OPENSC_VERSION_MAJOR
#define OPENSC_VERSION_MAJOR "@OPENSC_VERSION_MAJOR@"
#define OPENSC_VERSION_MAJOR @OPENSC_VERSION_MAJOR@
#endif
#ifndef OPENSC_VERSION_MINOR
#define OPENSC_VERSION_MINOR "@OPENSC_VERSION_MINOR@"
#define OPENSC_VERSION_MINOR @OPENSC_VERSION_MINOR@
#endif
#ifndef OPENSC_VS_FF_COMPANY_NAME