fixed DLL symbol export

This commit is contained in:
Jeff Hill
1999-12-07 17:53:48 +00:00
parent 2d14e18256
commit 3ca20ae24b

View File

@@ -19,14 +19,14 @@ of this distribution.
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <errno.h>
#define epicsExportSharedSymbols
#define ERRLOG_INIT
#include "dbDefs.h"
#include "osiThread.h"
#include "osiSem.h"
#include "osiInterrupt.h"
#include "errno.h"
#include "epicsAssert.h"
#include "errMdef.h"
#include "error.h"