Skip to content

Commit

Permalink
revert changes to uint128_t_config.include
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Mar 4, 2021
1 parent f8a6e90 commit 27d179d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions uint128_t/uint128_t_config.include
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#ifndef _UINT128_T_CONFIG_
#define _UINT128_T_CONFIG_
#if defined(_MSC_VER)
#if defined(_DLL)
#define _UINT128_T_EXPORT __declspec(dllexport)
#define _UINT128_T_IMPORT __declspec(dllimport)
#else
// #if defined(_DLL)
// #define _UINT128_T_EXPORT __declspec(dllexport)
// #define _UINT128_T_IMPORT __declspec(dllimport)
// #else
#define _UINT128_T_EXPORT
#define _UINT128_T_IMPORT
#endif
// #endif
#else
// All modules on Unix are compiled with -fvisibility=hidden
// All API symbols get visibility default
Expand All @@ -16,4 +16,3 @@
#define _UINT128_T_IMPORT __attribute__((visibility("default")))
#endif
#endif

0 comments on commit 27d179d

Please sign in to comment.