work-around with pcsc::shared_ptr<T>::t - again; refs #26
This commit is contained in:
14
src/pcsc.hxx
14
src/pcsc.hxx
@@ -73,6 +73,13 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
||||
#if __cplusplus > 199711L
|
||||
namespace pcsc {
|
||||
template<typename T> struct shared_ptr {
|
||||
@@ -89,17 +96,10 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
||||
namespace pcsc {
|
||||
std::string version();
|
||||
}
|
||||
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
|
||||
/*! @defgroup gpcsc C++ Wrapper around pcsc-lite API
|
||||
|
||||
This library is a C++ wrapper to the awful pcsc-lite interface.
|
||||
|
Reference in New Issue
Block a user