2018-10-19 Fred Gleason <fredg@paravelsystems.com>

* Removed 'build_win32.bat'.
	* Removed all conditional compilation based on 'WIN32'.
This commit is contained in:
Fred Gleason
2018-10-19 17:03:58 -04:00
parent a127f98758
commit 75bec4d3c4
46 changed files with 49 additions and 568 deletions

View File

@@ -19,13 +19,9 @@
//
#include <sys/types.h>
#ifndef WIN32
#include <unistd.h>
#endif // WIN32
#include <qobject.h>
//Added by qt3to4:
#include <QSqlQuery>
#include <rdconf.h>
#include <rdgroup.h>
@@ -271,7 +267,6 @@ int RDGroup::freeCartQuantity() const
return free;
}
#ifndef WIN32
bool RDGroup::reserveCarts(std::vector<unsigned> *cart_nums,
const QString &station_name,RDCart::Type type,
unsigned quan) const
@@ -306,7 +301,7 @@ bool RDGroup::reserveCarts(std::vector<unsigned> *cart_nums,
return false;
}
#endif // WIN32
bool RDGroup::cartNumberValid(unsigned cartnum) const
{
@@ -441,7 +436,6 @@ unsigned RDGroup::GetNextFreeCart(unsigned startcart) const
}
#ifndef WIN32
bool RDGroup::ReserveCart(const QString &station_name,RDCart::Type type,
unsigned cart_num) const
{
@@ -467,7 +461,6 @@ bool RDGroup::ReserveCart(const QString &station_name,RDCart::Type type,
}
return ret;
}
#endif // WIN32
void RDGroup::SetRow(const QString &param,int value) const