- VS 80 build & OS version detection

- SF #3564756: iOS trunk compile fix
This commit is contained in:
Aleksandar Fabijanic
2012-09-11 02:02:23 +00:00
parent 70dbe84a31
commit 69be5d7e98
25 changed files with 177 additions and 33 deletions

View File

@@ -94,6 +94,11 @@ void Binder::bind(std::size_t pos, const Poco::UInt64 &val, Direction dir)
void Binder::bind(std::size_t pos, const long& val, Direction dir)
{
}
void Binder::bind(std::size_t pos, const unsigned long& val, Direction dir)
{
}
#endif