mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 20:58:04 +02:00
swr: [rasterizer common] win32 build fixups
Acked-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
c25244f2f7
commit
2a19aca05f
1 changed files with 0 additions and 6 deletions
|
|
@ -30,10 +30,6 @@
|
|||
|
||||
#define SWR_API __cdecl
|
||||
|
||||
#ifndef _CRT_SECURE_NO_WARNINGS
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
|
@ -52,7 +48,6 @@
|
|||
|
||||
#define PRAGMA_WARNING_POP() __pragma(warning(pop))
|
||||
|
||||
#if defined(_WIN32)
|
||||
#if defined(_WIN64)
|
||||
#define BitScanReverseSizeT BitScanReverse64
|
||||
#define BitScanForwardSizeT BitScanForward64
|
||||
|
|
@ -62,7 +57,6 @@
|
|||
#define BitScanForwardSizeT BitScanForward
|
||||
#define _mm_popcount_sizeT _mm_popcnt_u32
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#elif defined(FORCE_LINUX) || defined(__linux__) || defined(__gnu_linux__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue