Skip to content

Commit

Permalink
Fix possible warning when WIN32_LEAN_AND_MEAN is already defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Jan 23, 2017
1 parent d6f2ba8 commit 9b604b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ccutil/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
#ifndef NOMINMAX
#define NOMINMAX
#endif /* NOMINMAX */
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#ifdef __GNUC__
#define ultoa _ultoa
#endif /* __GNUC__ */
Expand Down

0 comments on commit 9b604b1

Please sign in to comment.