Skip to content

Commit

Permalink
windows: force to disable meaningless WIN32_LEAN_AND_MEAN
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 31, 2015
1 parent 8402dc8 commit d9e4fa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/grn.h
Expand Up @@ -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
Expand Down

0 comments on commit d9e4fa9

Please sign in to comment.