Signed-off-by: Aric Stewart aric@codeweavers.com --- dlls/winemac.drv/cocoa_window.m | 16 ++++++++++++++++ dlls/winemac.drv/ime.c | 2 +- dlls/winemac.drv/macdrv_cocoa.h | 2 ++ 3 files changed, 19 insertions(+), 1 deletion(-)
+extern void macdrv_clear_ime_text(); DECLSPEC_HIDDEN;
Extra semicolon at the end of the function.