[Groonga-mysql-commit] mroonga/mroonga at cb3719a [master] fix build error for VC++ 2013

Back to archive index

cosmo0920 null+****@clear*****
Mon Jun 30 21:00:16 JST 2014


cosmo0920	2014-06-30 21:00:16 +0900 (Mon, 30 Jun 2014)

  New Revision: cb3719a1c5c93714ff7444e768bcd2121a9ea2e8
  https://github.com/mroonga/mroonga/commit/cb3719a1c5c93714ff7444e768bcd2121a9ea2e8

  Merged d791b3b: Merge pull request #10 from cosmo0920/fix-build-for-vc2013

  Message:
    fix build error for VC++ 2013
    
    fix following compilation error:
    45>C:\mrnwork\powershell\work\source\include\mysql/psi/mysql_file.h(541):
    error
    C3861: 'fgets': identifier not found
    ...

  Modified files:
    lib/mrn_time_converter.cpp

  Modified: lib/mrn_time_converter.cpp (+2 -2)
===================================================================
--- lib/mrn_time_converter.cpp    2014-06-30 18:39:31 +0900 (41fd924)
+++ lib/mrn_time_converter.cpp    2014-06-30 21:00:16 +0900 (63b2e53)
@@ -24,8 +24,6 @@
 
 #include "mrn_time_converter.hpp"
 
-#include <limits>
-
 #ifdef min
 #  undef min
 #endif
@@ -33,6 +31,8 @@
 #  undef max
 #endif
 
+#include <limits>
+
 // for debug
 #define MRN_CLASS_NAME "mrn::TimeConverter"
 
-------------- next part --------------
HTML����������������������������...
Download 



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