Module: wine Branch: master Commit: 0c395c24e3f7a5849b92e9d479ce574e7ab27df4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0c395c24e3f7a5849b92e9d479...
Author: Ken Thomases ken@codeweavers.com Date: Thu Jun 4 13:57:32 2015 -0500
winemac: Remove extraneous CDECL attribute.
---
dlls/winemac.drv/macdrv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winemac.drv/macdrv.h b/dlls/winemac.drv/macdrv.h index a874dfb..a31d7e3 100644 --- a/dlls/winemac.drv/macdrv.h +++ b/dlls/winemac.drv/macdrv.h @@ -197,7 +197,7 @@ extern void macdrv_clipboard_process_attach(void) DECLSPEC_HIDDEN; 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;