Skip to content

Commit

Permalink
Fix MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kochkov committed Oct 11, 2017
1 parent 675dfdd commit 866263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shlr/spp/spp.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extern int lineno;
#endif

#ifndef DLL_LOCAL
#ifdef MSC_VER
#ifdef _MSC_VER
#define DLL_LOCAL
#else
#define DLL_LOCAL __attribute__ ((visibility ("hidden")))
Expand Down

0 comments on commit 866263d

Please sign in to comment.