Commit 251e4260 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

objsel: Remove WINAPI on static functions where not needed.

parent a6ba11a4
...@@ -72,7 +72,7 @@ HRESULT WINAPI DllCanUnloadNow(void) ...@@ -72,7 +72,7 @@ HRESULT WINAPI DllCanUnloadNow(void)
/********************************************************************** /**********************************************************************
* OBJSEL_IDsObjectPicker_Destroy (also IUnknown) * OBJSEL_IDsObjectPicker_Destroy (also IUnknown)
*/ */
static VOID WINAPI OBJSEL_IDsObjectPicker_Destroy(IDsObjectPickerImpl *This) static VOID OBJSEL_IDsObjectPicker_Destroy(IDsObjectPickerImpl *This)
{ {
HeapFree(GetProcessHeap(), HeapFree(GetProcessHeap(),
0, 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment