aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-10-05 11:00:13 +0000
committerVincent Richard <[email protected]>2005-10-05 11:00:13 +0000
commitc106ac3c82917efc5d51af85f737e99ea36584fa (patch)
tree4962de89ad852e39554a2394b13865d57ca146a6
parent'struct' to 'class' to avoid warning with MSVC. (diff)
downloadvmime-c106ac3c82917efc5d51af85f737e99ea36584fa.tar.gz
vmime-c106ac3c82917efc5d51af85f737e99ea36584fa.zip
Moved MSVC-specific defines.
-rw-r--r--SConstruct6
1 files changed, 4 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 130a3345..8c41eeea 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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: