diff options
-rw-r--r-- | src/build-data/bakefile.in | 2 |
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} |