[Groonga-commit] groonga/groonga-normalizer-mysql at 90b4cbf [master] Fix link failure on Windows

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 25 17:12:38 JST 2013


Kouhei Sutou	2013-06-25 17:12:38 +0900 (Tue, 25 Jun 2013)

  New Revision: 90b4cbf60a6c0acbdf73dadb37d35f3d78a50eea
  https://github.com/groonga/groonga-normalizer-mysql/commit/90b4cbf60a6c0acbdf73dadb37d35f3d78a50eea

  Message:
    Fix link failure on Windows
    
    Visaul C++ doesn't have snprintf().

  Modified files:
    normalizers/mysql.c

  Modified: normalizers/mysql.c (+1 -0)
===================================================================
--- normalizers/mysql.c    2013-06-04 15:59:20 +0900 (7baebc2)
+++ normalizers/mysql.c    2013-06-25 17:12:38 +0900 (1cd32c8)
@@ -36,6 +36,7 @@
 
 #ifdef _MSC_VER
 #  define inline _inline
+#  define snprintf _snprintf
 #endif
 
 #define SNIPPET_BUFFER_SIZE 256
-------------- next part --------------
HTML����������������������������...
Download 



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