swr: [rasterizer common] don't bleed NOMINMAX definition after <windows.h>
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
cd8d840ce1
commit
e9a3ad164d
1 changed files with 4 additions and 1 deletions
|
|
@ -33,8 +33,11 @@
|
|||
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#undef NOMINMAX
|
||||
#else
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <intrin.h>
|
||||
#include <cstdint>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue