Fix linker import warning for StreamDebugFile on WIN32
This commit is contained in:
@ -85,6 +85,8 @@ extern "C" epicsShareFunc int epicsShareAPI iocshCmd(const char *command);
|
|||||||
#include <sysSymTbl.h>
|
#include <sysSymTbl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "epicsExport.h"
|
||||||
|
|
||||||
#include "devStream.h"
|
#include "devStream.h"
|
||||||
|
|
||||||
#define Z PRINTF_SIZE_T_PREFIX
|
#define Z PRINTF_SIZE_T_PREFIX
|
||||||
|
@ -52,6 +52,7 @@ extern "C" {
|
|||||||
#ifdef epicsExportSharedSymbols
|
#ifdef epicsExportSharedSymbols
|
||||||
# define devStream_epicsExportSharedSymbols
|
# define devStream_epicsExportSharedSymbols
|
||||||
# undef epicsExportSharedSymbols
|
# undef epicsExportSharedSymbols
|
||||||
|
# include <shareLib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "dbCommon.h"
|
#include "dbCommon.h"
|
||||||
@ -65,7 +66,9 @@ extern "C" {
|
|||||||
#include "epicsMath.h"
|
#include "epicsMath.h"
|
||||||
|
|
||||||
#ifdef devStream_epicsExportSharedSymbols
|
#ifdef devStream_epicsExportSharedSymbols
|
||||||
|
# undef devStream_epicsExportSharedSymbols
|
||||||
# define epicsExportSharedSymbols
|
# define epicsExportSharedSymbols
|
||||||
|
# include <shareLib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
Reference in New Issue
Block a user