Line | |
---|
1 | /* $Id: wndmsg.h,v 1.7 2002-12-18 12:28:08 sandervl Exp $ */
|
---|
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 |
|
---|
14 | #ifdef __cplusplus
|
---|
15 | extern "C" {
|
---|
16 | #endif
|
---|
17 |
|
---|
18 | #ifdef DEBUG
|
---|
19 | char *GetMsgText(int Msg);
|
---|
20 |
|
---|
21 | void DebugPrintMessage(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode, BOOL fInternalMsg);
|
---|
22 | #else
|
---|
23 | #define DebugPrintMessage(a, b, c, d, e, f)
|
---|
24 | #endif
|
---|
25 |
|
---|
26 | #ifdef __cplusplus
|
---|
27 | }
|
---|
28 | #endif
|
---|
29 |
|
---|
30 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.