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

@@ -446,7 +446,7 @@ QString RDLog::xml() const
QString sql;
RDSqlQuery *q;
QString ret;
#ifndef WIN32
sql=QString("select ")+
"NAME,"+ // 00
"SERVICE,"+ // 01
@@ -491,7 +491,6 @@ QString RDLog::xml() const
ret+=" </log>\n";
}
delete q;
#endif // WIN32
return ret;
}