diff options
author | Vincent Richard <[email protected]> | 2005-10-05 11:00:13 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-10-05 11:00:13 +0000 |
commit | c106ac3c82917efc5d51af85f737e99ea36584fa (patch) | |
tree | 4962de89ad852e39554a2394b13865d57ca146a6 | |
parent | 'struct' to 'class' to avoid warning with MSVC. (diff) | |
download | vmime-c106ac3c82917efc5d51af85f737e99ea36584fa.tar.gz vmime-c106ac3c82917efc5d51af85f737e99ea36584fa.zip |
Moved MSVC-specific defines.
-rw-r--r-- | SConstruct | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2152,8 +2152,6 @@ typedef unsigned int vmime_uint32; // Options // -- Wide characters support #define VMIME_WIDE_CHAR_SUPPORT 0 -#define VMIME_INLINE_TEMPLATE_SPECIALIZATION 1 -#define VMIME_NO_MULTIPLE_INHERITANCE 1 // -- File-system support #define VMIME_HAVE_FILESYSTEM_FEATURES 1 // -- SASL support @@ -2171,6 +2169,10 @@ typedef unsigned int vmime_uint32; // -- Built-in platform handlers #define VMIME_BUILTIN_PLATFORMS "windows" #define VMIME_BUILTIN_PLATFORM_WINDOWS 1 + +// Miscellaneous +#define VMIME_INLINE_TEMPLATE_SPECIALIZATION 1 +#define VMIME_NO_MULTIPLE_INHERITANCE 1 """) for p in libvmime_platforms_sources: |