diff options
author | Christian Schmidbauer <[email protected]> | 2016-04-29 20:53:30 +0100 |
---|---|---|
committer | Axel Davy <[email protected]> | 2016-05-18 23:37:14 +0200 |
commit | f5d6ed57022b7459bc0f63d9131528e47f4ec982 (patch) | |
tree | a2eb0ec0fd0e020e9153b6f494016f126956baf3 /src/gallium | |
parent | 243fd02858c1287667d9f8d0555a8e9520289f56 (diff) |
st/nine: Clean up WINAPI definition
As Emil pointed out, only gcc, clang and MSVC compatibility is required.
Hence the check for GNUC can be skipped, as __i386__ and __x86_64__ are
only defined for gcc/clang, not for MSVC.
Remove the #undef which has been there for historic reasons, when wine
dlls for nine have been built inside mesa. Instead use #ifndef in order
to avoid redefining WINAPI from MSVC's headers.
Reviewed-by: Emil Velikov <[email protected]>
Acked-by: Axel Davy <[email protected]>
Diffstat (limited to 'src/gallium')
0 files changed, 0 insertions, 0 deletions