00001 /* $Id: wndmsg.h,v 1.6 2000/01/18 20:08:18 sandervl Exp $ */ 00002 /* 00003 * Win32 window message text function for OS/2 00004 * 00005 * Copyright 1999 Sander van Leeuwen 00006 * 00007 * 00008 * Project Odin Software License can be found in LICENSE.TXT 00009 * 00010 */ 00011 #ifndef __WNDMSG_H__ 00012 #define __WNDMSG_H__ 00013 00014 #ifdef DEBUG 00015 char *GetMsgText(int Msg); 00016 void DebugPrintMessage(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode, BOOL fInternalMsg); 00017 #else 00018 #define DebugPrintMessage(a, b, c, d, e, f) 00019 #endif 00020 00021 #endif