Fix the USER32 DLL initialization and cleanup routines to prevent memory/resource...
[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 VOID FASTCALL MessageCleanup(VOID);
14
15 #endif /* LIB_USER32_INCLUDE_MESSAGE_H */