forked from epics_driver_modules/motorBase
Changes to make build on non-Windows
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Socket.h
|
||||
|
||||
#ifdef _WIN
|
||||
#include <afxsock.h> // MFC socket extensions
|
||||
#endif
|
||||
|
||||
int ConnectToServer (char *Ip_Address, int Ip_Port, double TimeOut);
|
||||
void SetTCPTimeout (int SocketID, double Timeout);
|
||||
|
||||
Reference in New Issue
Block a user