swr: [rasterizer common] guard definition of __cdecl/__stdcall
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
@@ -93,8 +93,12 @@ typedef unsigned int DWORD;
|
|||||||
#endif
|
#endif
|
||||||
#define DEBUGBREAK asm ("int $3")
|
#define DEBUGBREAK asm ("int $3")
|
||||||
#if !defined(__CYGWIN__)
|
#if !defined(__CYGWIN__)
|
||||||
|
#ifndef __cdecl
|
||||||
#define __cdecl
|
#define __cdecl
|
||||||
|
#endif
|
||||||
|
#ifndef __stdcall
|
||||||
#define __stdcall
|
#define __stdcall
|
||||||
|
#endif
|
||||||
#define __declspec(X)
|
#define __declspec(X)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user