util/u_endian: Use _WIN32 instead of _MSC_VER
authorDylan Baker <dylan@pnwbakers.com>
Mon, 8 Jul 2019 21:25:16 +0000 (14:25 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 5 Nov 2019 16:39:55 +0000 (16:39 +0000)
commit37e54736a7bab3397e316ae4493c2e3d4aebfa5e
tree8a6c6c69afdc3719644dfe85c8f943b45328c798
parentcb0dbdd369eb5c1eb524c0463d94b42e71c72049
util/u_endian: Use _WIN32 instead of _MSC_VER

_WIN32 is defined by basically all windows compilers (MSVC, ICL, MinGW),
wereas _MSC_VER is not defined by MinGW. Without this change MinGW falls
through and doesn't define PIPE_ARCH at all, and is caught by some extra
code in gallium.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
src/util/u_endian.h