summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/inc/xmlsec-wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/xmlsec-wrapper.h')
-rw-r--r--xmlsecurity/inc/xmlsec-wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/xmlsec-wrapper.h b/xmlsecurity/inc/xmlsec-wrapper.h
index 4a8a6554311b..6047d516a9ce 100644
--- a/xmlsecurity/inc/xmlsec-wrapper.h
+++ b/xmlsecurity/inc/xmlsec-wrapper.h
@@ -25,7 +25,7 @@
#include <sal/types.h>
// Cf. xmlsec's configure.in (but which isn't used for MSVC):
-#if !defined _MSC_VER && SAL_TYPES_SIZEOFPOINTER != 4
+#if !defined _MSC_VER && SAL_TYPES_SIZEOFPOINTER != 4 && !defined SYSTEM_XMLSEC
#define XMLSEC_NO_SIZE_T
#endif