added version info, refs #4

This commit is contained in:
Marc Wäckerlin
2010-08-03 13:48:47 +00:00
parent 83b451a156
commit 8101619fdc
12 changed files with 50 additions and 9 deletions

View File

@@ -41,6 +41,7 @@
#define MAX_ATR_SIZE 33
#endif
namespace pcsc {
#ifdef UNICODE
inline std::wstring strconv(std::string s) {
return std::wstring(s.begin(), s.end());
@@ -76,6 +77,10 @@
#include <map>
#include <memory>
namespace pcsc {
std::string version();
}
#include <sstream>
#include <iomanip>