source: trunk/src/user32/wndmsg.h

Last change on this file was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 593 bytes
RevLine 
[10431]1/* $Id: wndmsg.h,v 1.8 2004-01-30 22:10:24 bird Exp $ */
[2469]2/*
3 * Win32 window message text function for OS/2
4 *
5 * Copyright 1999 Sander van Leeuwen
6 *
7 *
8 * Project Odin Software License can be found in LICENSE.TXT
9 *
10 */
11#ifndef __WNDMSG_H__
12#define __WNDMSG_H__
13
[9523]14#ifdef __cplusplus
15extern "C" {
16#endif
17
[10431]18#ifdef DEBUG_LOGGING
[21916]19const char *GetMsgText(int Msg);
[9523]20
[2469]21void DebugPrintMessage(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode, BOOL fInternalMsg);
22#else
[21356]23#define GetMsgText(Msg) ""
[2469]24#define DebugPrintMessage(a, b, c, d, e, f)
25#endif
26
[9523]27#ifdef __cplusplus
28}
29#endif
30
[21916]31#endif
Note: See TracBrowser for help on using the repository browser.