tests now using libCom osi
This commit is contained in:
@@ -12,6 +12,15 @@
|
||||
#include <string>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
void setenv(char * a, char * b, int c)
|
||||
{
|
||||
char buf[1024];
|
||||
sprintf(buf, "%s=%s", a, b);
|
||||
_putenv(buf);
|
||||
}
|
||||
#endif
|
||||
|
||||
using namespace epics::pvAccess;
|
||||
using namespace epics::pvData;
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user