ole32/compobj: Fix function name in comment.

oldstable
Michael Karcher 2008-09-14 23:22:15 +02:00 committed by Alexandre Julliard
parent 7e4ea8e57c
commit 75bf84e60b
1 changed files with 2 additions and 2 deletions

View File

@ -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;