Changeset 9523 for trunk/src/user32/wndmsg.h
- Timestamp:
- Dec 18, 2002, 1:28:08 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/wndmsg.h
r2469 r9523 1 /* $Id: wndmsg.h,v 1. 6 2000-01-18 20:08:18 sandervl Exp $ */1 /* $Id: wndmsg.h,v 1.7 2002-12-18 12:28:08 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message text function for OS/2 … … 12 12 #define __WNDMSG_H__ 13 13 14 #ifdef __cplusplus 15 extern "C" { 16 #endif 17 14 18 #ifdef DEBUG 15 19 char *GetMsgText(int Msg); 20 16 21 void DebugPrintMessage(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode, BOOL fInternalMsg); 17 22 #else … … 19 24 #endif 20 25 26 #ifdef __cplusplus 27 } 21 28 #endif 29 30 #endif
Note:
See TracChangeset
for help on using the changeset viewer.