Commit 75bf84e6 authored by Michael Karcher's avatar Michael Karcher Committed by Alexandre Julliard

ole32/compobj: Fix function name in comment.

parent 7e4ea8e5
......@@ -209,8 +209,8 @@ static void COMPOBJ_InitProcess( void )
* following class is created. The *caller* of CoMarshalInterface (i.e., the
* application) is responsible for pumping the message loop in that thread.
* The WM_USER messages which point to the RPCs are then dispatched to
* COM_AptWndProc by the user's code from the apartment in which the interface
* was unmarshalled.
* apartment_wndproc by the user's code from the apartment in which the
* interface was unmarshalled.
*/
memset(&wclass, 0, sizeof(wclass));
wclass.lpfnWndProc = apartment_wndproc;
......
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