Changeset 1408 for trunk/src/user32/wndmsg.h
- Timestamp:
- Oct 23, 1999, 12:21:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/wndmsg.h
r949 r1408 1 /* $Id: wndmsg.h,v 1. 3 1999-09-15 23:19:03sandervl Exp $ */1 /* $Id: wndmsg.h,v 1.4 1999-10-23 10:21:45 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message text function for OS/2 … … 14 14 #ifdef DEBUG 15 15 char *GetMsgText(int Msg); 16 void DebugPrintMessage(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode, BOOL fInternalMsg); 17 #else 18 #define DebugPrintMessage(a, b, c, d, e, f) 16 19 #endif 17 20
Note:
See TracChangeset
for help on using the changeset viewer.