[Groonga-mysql-commit] mroonga/mroonga [master] Define MRN_API on non-Windows environment

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 12 17:50:13 JST 2012


Kouhei Sutou	2012-10-12 17:50:13 +0900 (Fri, 12 Oct 2012)

  New Revision: 79ca4a1ba39156d723a103e70bc900a1174ebd44
  https://github.com/mroonga/mroonga/commit/79ca4a1ba39156d723a103e70bc900a1174ebd44

  Log:
    Define MRN_API on non-Windows environment

  Modified files:
    ha_mroonga.hpp

  Modified: ha_mroonga.hpp (+2 -0)
===================================================================
--- ha_mroonga.hpp    2012-10-12 17:49:36 +0900 (cc6552d)
+++ ha_mroonga.hpp    2012-10-12 17:50:13 +0900 (2804d9b)
@@ -156,6 +156,8 @@ extern "C" {
 
 #if defined(_WIN32) || defined(_WIN64)
 #  define MRN_API __declspec(dllexport)
+#else
+#  define MRN_API
 #endif
 
 class ha_mroonga;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index