EPICS_DLL => EPICS_DLL_NO (so we are backwards compatible
This commit is contained in:
@@ -71,10 +71,10 @@
|
||||
* support these MS VisC++ defacto standard keywords???? If not
|
||||
* then we should just switch on defined(_MSC_VER) here)
|
||||
*
|
||||
* Also check for "EPICS_DLL" defined so that we will not use these
|
||||
* Also check for "EPICS_DLL_NO" not defined so that we will not use these
|
||||
* keywords if it is an object library build of base under WIN32.
|
||||
*/
|
||||
#if defined(_WIN32) && !defined(__CYGWIN32__) && defined(EPICS_DLL)
|
||||
#if (defined(_WIN32) && !defined(EPICS_DLL_NO)) && !defined(__CYGWIN32__)
|
||||
|
||||
# if defined(epicsExportSharedSymbols)
|
||||
# define epicsShareExtern extern __declspec(dllexport)
|
||||
|
||||
Reference in New Issue
Block a user