[Groonga-commit] groonga/groonga at f34f961 [master] windows: add missing windows.h

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 17 21:00:52 JST 2015


Kouhei Sutou	2015-10-17 21:00:52 +0900 (Sat, 17 Oct 2015)

  New Revision: f34f9619ce8a5f86f92b6237a1c7c678e8c42560
  https://github.com/groonga/groonga/commit/f34f9619ce8a5f86f92b6237a1c7c678e8c42560

  Message:
    windows: add missing windows.h

  Modified files:
    lib/windows.c

  Modified: lib/windows.c (+4 -0)
===================================================================
--- lib/windows.c    2015-10-17 20:58:00 +0900 (5e1f723)
+++ lib/windows.c    2015-10-17 21:00:52 +0900 (dad0fdd)
@@ -19,6 +19,9 @@
 #include <groonga.h>
 
 #ifdef WIN32
+
+#include <windows.h>
+
 static char *windows_base_dir = NULL;
 const char *
 grn_windows_base_dir(void)
@@ -71,4 +74,5 @@ grn_windows_base_dir(void)
   }
   return windows_base_dir;
 }
+
 #endif
-------------- next part --------------
HTML����������������������������...
Download 



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