mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[STLPORT]
- Do not define min() or max() when standard headers are included. Should fix MSVC build svn path=/trunk/; revision=54088
This commit is contained in:
parent
2381ccd2f0
commit
7bdbe2072c
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@ extern "C" {
|
|||
# if !defined(WIN32_NO_STATUS)
|
||||
# define WIN32_NO_STATUS
|
||||
# endif
|
||||
/* Don't let windows.h define its min and max macros. */
|
||||
# if !defined (NOMINMAX)
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
# include <windef.h>
|
||||
|
||||
#ifndef InterlockedIncrement
|
||||
|
|
Loading…
Reference in a new issue