winemac: Remove extraneous CDECL attribute.

This commit is contained in:
Ken Thomases 2015-06-04 13:57:32 -05:00 committed by Alexandre Julliard
parent 9ce9ba30ea
commit 0c395c24e3
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ static inline RECT rect_from_cgrect(CGRect cgrect)
extern BOOL query_pasteboard_data(HWND hwnd, CFStringRef type) DECLSPEC_HIDDEN;
extern const char *debugstr_format(UINT id) DECLSPEC_HIDDEN;
extern HANDLE macdrv_get_pasteboard_data(CFTypeRef pasteboard, UINT desired_format) DECLSPEC_HIDDEN;
extern BOOL CDECL macdrv_pasteboard_has_format(CFTypeRef pasteboard, UINT desired_format) DECLSPEC_HIDDEN;
extern BOOL macdrv_pasteboard_has_format(CFTypeRef pasteboard, UINT desired_format) DECLSPEC_HIDDEN;
extern CFArrayRef macdrv_copy_pasteboard_formats(CFTypeRef pasteboard) DECLSPEC_HIDDEN;
extern BOOL query_drag_operation(macdrv_query* query) DECLSPEC_HIDDEN;