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>
|
||||
#endif
|
||||
|
||||
#include "epicsExport.h"
|
||||
|
||||
#include "devStream.h"
|
||||
|
||||
#define Z PRINTF_SIZE_T_PREFIX
|
||||
|
@ -52,6 +52,7 @@ extern "C" {
|
||||
#ifdef epicsExportSharedSymbols
|
||||
# define devStream_epicsExportSharedSymbols
|
||||
# undef epicsExportSharedSymbols
|
||||
# include <shareLib.h>
|
||||
#endif
|
||||
|
||||
#include "dbCommon.h"
|
||||
@ -65,7 +66,9 @@ extern "C" {
|
||||
#include "epicsMath.h"
|
||||
|
||||
#ifdef devStream_epicsExportSharedSymbols
|
||||
# undef devStream_epicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# include <shareLib.h>
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
Reference in New Issue
Block a user