aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dyn/dyn.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/dyn/dyn.h')
-rw-r--r--externals/grill/dyn/dyn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/dyn/dyn.h b/externals/grill/dyn/dyn.h
index 3f593fe9..eeca0f43 100644
--- a/externals/grill/dyn/dyn.h
+++ b/externals/grill/dyn/dyn.h
@@ -23,7 +23,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#define DYN_EXPORT __declspec(dllimport)
#endif
#else
- #define DYN_EXPORT extern
+ #define DYN_EXPORT
#endif