fixed DLL keyword related problems

This commit is contained in:
Jeff Hill
2000-05-04 14:53:46 +00:00
parent 351b87e72b
commit c41446d0a5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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";
+1 -1
View File
@@ -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";
+1 -1
View File
@@ -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";