changes for building win32 dlls
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
#include "ellLib.h"
|
||||
#include "freeList.h"
|
||||
#include "caerr.h"
|
||||
|
||||
#include "serverInclude.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "server.h"
|
||||
|
||||
static caHdr nill_msg;
|
||||
|
||||
@@ -41,6 +41,8 @@
|
||||
#include "ellLib.h"
|
||||
#include "taskwd.h"
|
||||
#include "db_access.h"
|
||||
#include "serverInclude.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "server.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -36,6 +36,8 @@
|
||||
#include "tsStamp.h"
|
||||
#include "ellLib.h"
|
||||
#include "errlog.h"
|
||||
#include "serverInclude.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "server.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -48,6 +48,8 @@
|
||||
#include "freeList.h"
|
||||
#include "errlog.h"
|
||||
|
||||
#include "serverInclude.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#define GLBLSOURCE
|
||||
#include "server.h"
|
||||
|
||||
|
||||
@@ -58,6 +58,8 @@
|
||||
#include "db_access.h"
|
||||
#include "envDefs.h"
|
||||
#include "freeList.h"
|
||||
#include "serverInclude.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "server.h"
|
||||
|
||||
#define TIMEOUT 60.0 /* sec */
|
||||
|
||||
@@ -46,6 +46,8 @@
|
||||
#include "tsStamp.h"
|
||||
#include "errlog.h"
|
||||
#include "envDefs.h"
|
||||
#include "serverInclude.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "server.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -38,26 +38,6 @@ static char *serverhSccsId = "@(#) $Id$";
|
||||
# define HDRVERSIONID(NAME,VERS)
|
||||
#endif /*CAS_VERSION_GLOBAL*/
|
||||
|
||||
#include "epicsAssert.h"
|
||||
|
||||
#include "ellLib.h"
|
||||
#include "osiSem.h"
|
||||
#include "osiThread.h"
|
||||
|
||||
#include "osiSock.h"
|
||||
#include "addrList.h"
|
||||
#include "net_convert.h"
|
||||
|
||||
#include "dbDefs.h"
|
||||
#include "db_access.h"
|
||||
#include "dbEvent.h"
|
||||
#include "caProto.h"
|
||||
#include "bucketLib.h"
|
||||
#include "taskwd.h"
|
||||
|
||||
#include "asLib.h"
|
||||
#include "asDbLib.h"
|
||||
|
||||
#define RSRV_OK 0
|
||||
#define RSRV_ERROR (-1)
|
||||
|
||||
|
||||
40
src/rsrv/serverInclude.h
Normal file
40
src/rsrv/serverInclude.h
Normal file
@@ -0,0 +1,40 @@
|
||||
/*serverInclude.h */
|
||||
/*****************************************************************
|
||||
COPYRIGHT NOTIFICATION
|
||||
*****************************************************************
|
||||
|
||||
(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO
|
||||
|
||||
This software was developed under a United States Government license
|
||||
described on the COPYRIGHT_UniversityOfChicago file included as part
|
||||
of this distribution.
|
||||
**********************************************************************/
|
||||
|
||||
|
||||
#ifndef INCLserverIncludeh
|
||||
#define INCLserverIncludeh
|
||||
|
||||
|
||||
#include "epicsAssert.h"
|
||||
#include "shareLib.h"
|
||||
#include "ellLib.h"
|
||||
#include "callback.h"
|
||||
#include "osiSem.h"
|
||||
#include "osiThread.h"
|
||||
#include "osiSock.h"
|
||||
#include "addrList.h"
|
||||
#include "net_convert.h"
|
||||
#include "dbDefs.h"
|
||||
#include "dbAddr.h"
|
||||
#include "db_access.h"
|
||||
#include "dbCommon.h"
|
||||
#include "dbNotify.h"
|
||||
#include "db_field_log.h"
|
||||
#include "dbEvent.h"
|
||||
#include "caProto.h"
|
||||
#include "bucketLib.h"
|
||||
#include "taskwd.h"
|
||||
#include "asLib.h"
|
||||
#include "asDbLib.h"
|
||||
|
||||
#endif /*INCLserverIncludeh*/
|
||||
Reference in New Issue
Block a user