forked from epics_driver_modules/motorBase
Fix header logic
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
/ */
|
||||
|
||||
|
||||
/*#ifndef DLL
|
||||
#define DLL _declspec(dllimport)
|
||||
#endif*/
|
||||
#ifdef WINDOWS /* Copied from old version*/
|
||||
#ifndef DLL
|
||||
#define DLL _declspec(dllimport)
|
||||
@@ -15,7 +12,6 @@
|
||||
#define DLL
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user