Module: wine Branch: master Commit: 251e42603b44d8cba11c3ba758614332baf5b333 URL: http://source.winehq.org/git/wine.git/?a=commit;h=251e42603b44d8cba11c3ba758...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Nov 26 17:15:25 2008 +0100
objsel: Remove WINAPI on static functions where not needed.
---
dlls/objsel/objsel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/objsel/objsel.c b/dlls/objsel/objsel.c index e99aaef..06fbf4d 100644 --- a/dlls/objsel/objsel.c +++ b/dlls/objsel/objsel.c @@ -72,7 +72,7 @@ HRESULT WINAPI DllCanUnloadNow(void) /********************************************************************** * OBJSEL_IDsObjectPicker_Destroy (also IUnknown) */ -static VOID WINAPI OBJSEL_IDsObjectPicker_Destroy(IDsObjectPickerImpl *This) +static VOID OBJSEL_IDsObjectPicker_Destroy(IDsObjectPickerImpl *This) { HeapFree(GetProcessHeap(), 0,