win32 port: cntd.

This commit is contained in:
Matej Sekoranja
2013-11-27 08:44:48 +01:00
parent 2f31bf74bc
commit e00bd16a8b
5 changed files with 14 additions and 7 deletions

View File

@@ -2,6 +2,10 @@
* testServer.cpp
*/
#ifdef _WIN32
#define NOMINMAX
#endif
#include <pv/serverContext.h>
#include <pv/clientContextImpl.h>
#include <epicsExit.h>