fixed DLL keyword related problems
This commit is contained in:
@@ -13,8 +13,8 @@ of this distribution.
|
||||
|
||||
#include "dbBase.h"
|
||||
#include "devSup.h"
|
||||
#include "registry.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "registry.h"
|
||||
#include "registryDeviceSupport.h"
|
||||
|
||||
const char *deviceSupport = "device support";
|
||||
|
||||
@@ -10,9 +10,9 @@ of this distribution.
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include "registry.h"
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "registry.h"
|
||||
#include "registryFunction.h"
|
||||
|
||||
const char *function = "function";
|
||||
|
||||
@@ -12,8 +12,8 @@ of this distribution.
|
||||
#include <stddef.h>
|
||||
|
||||
#include "dbBase.h"
|
||||
#include "registry.h"
|
||||
#define epicsExportSharedSymbols
|
||||
#include "registry.h"
|
||||
#include "registryRecordType.h"
|
||||
|
||||
const char *recordType = "record type";
|
||||
|
||||
Reference in New Issue
Block a user