summaryrefslogtreecommitdiff
path: root/src/c/implicitList/dynlib_implicitlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/implicitList/dynlib_implicitlist.h')
-rw-r--r--src/c/implicitList/dynlib_implicitlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/implicitList/dynlib_implicitlist.h b/src/c/implicitList/dynlib_implicitlist.h
index 7c1ef88c..297c64b3 100644
--- a/src/c/implicitList/dynlib_implicitlist.h
+++ b/src/c/implicitList/dynlib_implicitlist.h
@@ -13,7 +13,7 @@
#ifndef __DYNLIB_IMPLICITLIST_H__
#define __DYNLIB_IMPLICITLIST_H__
-#ifdef _MSC_VER
+#if defined(_MSC_VER) && defined(_USRDLL)
#if IMPLICITLIST_EXPORTS
#define EXTERN_IMPLIST __declspec (dllexport)
#else