ChampSim
b64_dynamic_config.h
Go to the documentation of this file.
1 #ifndef B64_CONFIG_H
2 #define B64_CONFIG_H
3 
4 #ifdef _WIN32
5  #ifdef LIBB64_EXPORTS
6  #define LIBB64 __declspec(dllexport)
7  #else
8  #define LIBB64 __declspec(dllimport)
9  #endif
10 #else
11 #define LIBB64
12 #endif
13 
14 #endif