aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/build-data/bakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/bakefile.in b/src/build-data/bakefile.in
index a1c0ff134..034e3d50a 100644
--- a/src/build-data/bakefile.in
+++ b/src/build-data/bakefile.in
@@ -1,6 +1,6 @@
toolsets = vs2013;
shared-library botan {
- defines = "BOTAN_DLL=__declspec(dllexport)";
+ defines = "BOTAN_DLL=__declspec(dllexport)" _ENABLE_EXTENDED_ALIGNED_STORAGE;
sources {
%{for lib_srcs}
%{i}