Remove need to undef epicsExportSharedSymbols

This approach works OK, but makes it much harder to find files
that have mistakes in them since they can cause other functions
to get the wrong import/export setting.
This commit is contained in:
Andrew Johnson
2016-04-05 18:57:56 -05:00
parent 1e031bf393
commit e28fd6129e
9 changed files with 32 additions and 77 deletions

View File

@@ -4,6 +4,12 @@
* in file LICENSE that is included with this distribution.
*/
#include <pv/serialize.h>
#include <pv/pvData.h>
#include <pv/noDefaultMethods.h>
#include <pv/pvIntrospect.h>
#include <pv/byteBuffer.h>
#define epicsExportSharedSymbols
#include <pv/serializationHelper.h>
#include <pv/introspectionRegistry.h>