mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
include: Avoid cpp_quote() for function prototypes.
This commit is contained in:
@@ -138,13 +138,14 @@ typedef struct SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES;
|
||||
((type *)((char *)(address) - offsetof(type, field)))
|
||||
|
||||
# ifdef __x86_64__
|
||||
# define WINAPI __attribute__((ms_abi))
|
||||
# define STDMETHODCALLTYPE __attribute__((ms_abi))
|
||||
# define __stdcall __attribute__((ms_abi))
|
||||
# else
|
||||
# define WINAPI __attribute__((__stdcall__))
|
||||
# define STDMETHODCALLTYPE __attribute__((__stdcall__))
|
||||
# define __stdcall __attribute__((__stdcall__))
|
||||
# endif
|
||||
|
||||
# define WINAPI __stdcall
|
||||
# define STDMETHODCALLTYPE __stdcall
|
||||
|
||||
# ifdef __GNUC__
|
||||
# define DECLSPEC_SELECTANY __attribute__((weak))
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user