Win32 port: gcc visibility test passed

This commit is contained in:
Matej Sekoranja
2013-11-20 21:29:33 +01:00
parent 283e7331a0
commit c9e70902a2
14 changed files with 128 additions and 59 deletions
+3 -2
View File
@@ -4,11 +4,12 @@
* in file LICENSE that is included with this distribution.
*/
#include <pv/serverContext.h>
#include <pv/responseHandlers.h>
#include <epicsSignal.h>
#define epicsExportSharedSymbols
#include <pv/responseHandlers.h>
#include <pv/logger.h>
#include <pv/serverContext.h>
using namespace std;
using namespace epics::pvData;