preemptive dllimport

This commit is contained in:
Michael Davidsaver
2018-12-05 18:43:16 -08:00
parent eaf422669b
commit eb8be48807
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,9 @@
#include <time.h>
#include <vector>
#include <epicsMutex.h>
#include <pv/serializationHelper.h>
#include <pv/timeStamp.h>
#define epicsExportSharedSymbols

View File

@@ -4,6 +4,8 @@
* in file LICENSE that is included with this distribution.
*/
#include <epicsAssert.h>
#include <pv/serialize.h>
#include <pv/pvData.h>
#include <pv/noDefaultMethods.h>