win64 compilation
This commit is contained in:
@@ -869,7 +869,7 @@ class SyncChannelRPCRequesterImpl : public ChannelRPCRequester, public SyncBaseR
|
||||
|
||||
|
||||
bool syncRPC( epics::pvData::PVStructure::shared_pointer const & pvArguments,
|
||||
boolean lastRequest, long timeOut) {
|
||||
bool lastRequest, long timeOut) {
|
||||
|
||||
if(!getConnectedStatus()) {
|
||||
return false;
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
/*
|
||||
* testChannelAccess.cpp
|
||||
*/
|
||||
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
||||
#define TESTSERVERNOMAIN
|
||||
|
||||
#include <epicsExit.h>
|
||||
|
||||
Reference in New Issue
Block a user