mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 569547 - fastcall useless on win64. r=benjamin
This commit is contained in:
parent
a77e168557
commit
bc7f2875ac
@ -155,7 +155,7 @@
|
||||
(__GNUC__ >= 3) && !defined(XP_OS2)
|
||||
#define NS_FASTCALL __attribute__ ((regparm (3), stdcall))
|
||||
#define NS_CONSTRUCTOR_FASTCALL __attribute__ ((regparm (3), stdcall))
|
||||
#elif defined(XP_WIN)
|
||||
#elif defined(XP_WIN) && !defined(_WIN64)
|
||||
#define NS_FASTCALL __fastcall
|
||||
#define NS_CONSTRUCTOR_FASTCALL
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user