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

@@ -80,7 +80,6 @@ bool RDUser::authenticated(bool webuser) const
}
delete q;
}
#ifndef WIN32
else {
bool ret=false;
RDPam *pam=new RDPam(pamService());
@@ -88,7 +87,7 @@ bool RDUser::authenticated(bool webuser) const
delete pam;
return ret;
}
#endif // WIN32
return false;
}