mesa/include/D3D9
Christian Schmidbauer 2a529a8ac8 st/nine: specify WINAPI only for i386 and amd64
Currently mesa fails building with the x32 abi as ms_abi is not defined
in such a case.

The patch uses ms_abi only for amd64 targets and stdcall only for i386
targets to be sure that those are defined.

This patch additionally checks for __GNUC__ to guarantee that
__attribute__ is available.

CC: "11.1 11.2" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Christian Schmidbauer <ch.schmidbauer@gmail.com>
Acked-by: Axel Davy <axel.davy@ens.fr>
2016-04-02 23:30:40 +02:00
..
d3d9.h st/nine: Add missing c++ declaration for IDirect3DVolumeTexture9 2015-01-22 22:16:17 +00:00
d3d9caps.h nine: Add state tracker nine for Direct3D9 (v3) 2014-11-18 02:02:54 +00:00
d3d9types.h st/nine: specify WINAPI only for i386 and amd64 2016-04-02 23:30:40 +02:00