Francois Gouget : objsel: Remove WINAPI on static functions where not needed.

Alexandre Julliard julliard at winehq.org
Fri Nov 28 07:16:27 CST 2008


Module: wine
Branch: master
Commit: 251e42603b44d8cba11c3ba758614332baf5b333
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=251e42603b44d8cba11c3ba758614332baf5b333

Author: Francois Gouget <fgouget at 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,




More information about the wine-cvs mailing list