Navigation Menu

Skip to content

Commit

Permalink
Define MRN_API on non-Windows environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 12, 2012
1 parent 8834b44 commit 79ca4a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ha_mroonga.hpp
Expand Up @@ -156,6 +156,8 @@ extern "C" {

#if defined(_WIN32) || defined(_WIN64)
# define MRN_API __declspec(dllexport)
#else
# define MRN_API
#endif

class ha_mroonga;
Expand Down

0 comments on commit 79ca4a1

Please sign in to comment.