fix dll exports
This commit is contained in:
2
src/libCom/env/envSubr.c
vendored
2
src/libCom/env/envSubr.c
vendored
@@ -37,11 +37,11 @@
|
||||
*-***************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <epicsStdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "epicsStdlib.h"
|
||||
#include "epicsStdioRedirect.h"
|
||||
#include "errMdef.h"
|
||||
#include "envDefs.h"
|
||||
|
||||
@@ -16,10 +16,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "epicsThread.h"
|
||||
#include "epicsMutex.h"
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "epicsUnitTest.h"
|
||||
|
||||
static epicsMutexId testLock = 0;
|
||||
|
||||
Reference in New Issue
Block a user