This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / lib / user32 / RosUser32 / message.c
1 /* $Id$
2  *
3  * COPYRIGHT:       See COPYING in the top level directory
4  * PROJECT:         ReactOS user32.dll
5  * PROGRAMMER:      Richard Campbell
6  * UPDATE HISTORY:
7  *      06-30-2003  CSH  Created
8  */
9
10 BOOL STDCALL
11 TranslateMessage( const MSG *lpMsg )
12 {
13         UNIMPLEMENTED;
14 }