aboutsummaryrefslogtreecommitdiff
path: root/src/include/open-axiom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/open-axiom.h')
-rw-r--r--src/include/open-axiom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/open-axiom.h b/src/include/open-axiom.h
index 53b24d65..0b581a67 100644
--- a/src/include/open-axiom.h
+++ b/src/include/open-axiom.h
@@ -50,7 +50,7 @@
#ifdef __WIN32__
# ifdef DLL_EXPORT
# define OPENAXIOM_EXPORT __declspec(dllexport)
-# elif defined(OPENAXIOM_DLL_IMPORT)
+# elif defined(DLL_IMPORT)
# define OPENAXIOM_EXPORT __declspec(dllimport)
# endif /* DLL_EXPORT */
# ifndef WIN32_LEAN_AND_MEAN