GH #224: building 1.5.1 on Windows for x64

This commit is contained in:
Aleksandar Fabijanic
2013-06-18 00:02:04 -05:00
parent 0c50f6241c
commit 36025ccc33
8 changed files with 175 additions and 155 deletions

View File

@@ -45,7 +45,7 @@ namespace Poco {
namespace Data {
const int RowIterator::POSITION_END = std::numeric_limits<std::size_t>::max();
const std::size_t RowIterator::POSITION_END = std::numeric_limits<std::size_t>::max();
RowIterator::RowIterator(RecordSet* pRecordSet, bool positionEnd):