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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/open-axiom.h b/src/include/open-axiom.h
index 4ecfd16b..d4790120 100644
--- a/src/include/open-axiom.h
+++ b/src/include/open-axiom.h
@@ -43,6 +43,9 @@
# elif defined(OPENAXIOM_DLL_IMPORT)
# define OPENAXIOM_EXPORT __declspec(dllimport)
# endif /* DLL_EXPORT */
+# ifndef WIN32_LEAN_AND_MEAN
+# define WIN32_LEAN_AND_MEAN
+# endif
#endif /* __WIN32__ */
#ifndef OPENAXIOM_EXPORT
# define OPENAXIOM_EXPORT /* nothing */