[Groonga-commit] groonga/groonga at d9e4fa9 [master] windows: force to disable meaningless WIN32_LEAN_AND_MEAN

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 31 17:08:06 JST 2015


Kouhei Sutou	2015-08-31 17:08:06 +0900 (Mon, 31 Aug 2015)

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

  Message:
    windows: force to disable meaningless WIN32_LEAN_AND_MEAN

  Modified files:
    lib/grn.h

  Modified: lib/grn.h (+4 -0)
===================================================================
--- lib/grn.h    2015-08-31 11:28:19 +0900 (6577e75)
+++ lib/grn.h    2015-08-31 17:08:06 +0900 (a654c39)
@@ -47,6 +47,10 @@
 #  undef NTDDI_VERSION
 # endif /* NTDDI_VERSION */
 # define NTDDI_VERSION GRN_MINIMUM_WINDOWS_VERSION
+
+# ifdef WIN32_LEAN_AND_MEAN
+#  undef WIN32_LEAN_AND_MEAN
+# endif /* WIN32_LEAN_AND_MEAN */
 #endif /* WIN32 */
 
 #ifdef __cplusplus
-------------- next part --------------
HTML����������������������������...
Download 



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