aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-05-08 04:29:09 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-05-08 04:29:09 +0800
commitc27528ebe3893062d6328bd173eb8d0c3ccabbcb (patch)
treee8ff079e92849875fb36809d53328c9e9c267a68
parentb9c7e507d4946f08280873899cbeb87838d7c6b6 (diff)
downloaddexon-bls-c27528ebe3893062d6328bd173eb8d0c3ccabbcb.tar
dexon-bls-c27528ebe3893062d6328bd173eb8d0c3ccabbcb.tar.gz
dexon-bls-c27528ebe3893062d6328bd173eb8d0c3ccabbcb.tar.bz2
dexon-bls-c27528ebe3893062d6328bd173eb8d0c3ccabbcb.tar.lz
dexon-bls-c27528ebe3893062d6328bd173eb8d0c3ccabbcb.tar.xz
dexon-bls-c27528ebe3893062d6328bd173eb8d0c3ccabbcb.tar.zst
dexon-bls-c27528ebe3893062d6328bd173eb8d0c3ccabbcb.zip
define macro for vc-dll
-rw-r--r--src/bls_if.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bls_if.cpp b/src/bls_if.cpp
index e0af7f0..46382da 100644
--- a/src/bls_if.cpp
+++ b/src/bls_if.cpp
@@ -1,4 +1,5 @@
#include "bls.hpp"
+#define BLS256_DLL_EXPORT
#include "bls_if.h"
#include <iostream>
#include <sstream>