39ad489e703a8d3c439fe4b6b232111c79f51c89
[reactos.git] / reactos / lib / user32 / include / message.h
1 /* $Id$
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS user32.dll
5 * FILE: include/message.h
6 * PURPOSE: Message management definitions
7 */
8
9 #ifndef LIB_USER32_INCLUDE_MESSAGE_H
10 #define LIB_USER32_INCLUDE_MESSAGE_H
11
12 BOOL FASTCALL MessageInit(VOID);
13
14 #endif /* LIB_USER32_INCLUDE_MESSAGE_H */