diff options
author | dos-reis <gdr@axiomatics.org> | 2008-10-25 07:38:03 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-10-25 07:38:03 +0000 |
commit | caa66b610f90ddc5989b72bc2b437869e74c4421 (patch) | |
tree | 6d2dfae1dd36c5faad8d68079c551a6b46327464 /src/include | |
parent | a3dccc344e57259f113b7f2d7e2761ad8131e60b (diff) | |
download | open-axiom-caa66b610f90ddc5989b72bc2b437869e74c4421.tar.gz |
Fix build on Win32
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/open-axiom.h | 3 |
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 */ |