minimize preprocessor branching for vxWorks

This commit is contained in:
Unknown
2012-09-06 17:13:19 +02:00
parent d19508256f
commit d8ff75900e
6 changed files with 20 additions and 46 deletions
@@ -30,10 +30,6 @@
typedef SSIZE_T ssize_t;
#endif
#ifdef __vxworks
#define INT64_MAX (0x7fffffffffffffffLL)
#endif
using namespace epics::pvData;
using std::max;