/* $Id$ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS user32.dll * PROGRAMMER: Richard Campbell * UPDATE HISTORY: * 06-30-2003 CSH Created */ BOOL STDCALL TranslateMessage( const MSG *lpMsg ) { UNIMPLEMENTED; }