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
|
||||
#define DEBUGBREAK asm ("int $3")
|
||||
#if !defined(__CYGWIN__)
|
||||
#ifndef __cdecl
|
||||
#define __cdecl
|
||||
#endif
|
||||
#ifndef __stdcall
|
||||
#define __stdcall
|
||||
#endif
|
||||
#define __declspec(X)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user