Changeset 9598 for trunk/src/user32/oslibmsg.h
- Timestamp:
- Jan 3, 2003, 5:35:58 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.h
r9008 r9598 1 /* $Id: oslibmsg.h,v 1.1 8 2002-08-15 15:45:45sandervl Exp $ */1 /* $Id: oslibmsg.h,v 1.19 2003-01-03 16:35:54 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 12 12 #ifndef __OSLIBMSG_H__ 13 13 #define __OSLIBMSG_H__ 14 15 16 #ifdef __cplusplus 14 17 15 18 ULONG TranslateWinMsg(ULONG msg); … … 39 42 BOOL OSLibWinReplyMessage(ULONG result); 40 43 ULONG OSLibWinQueryQueueStatus(); 41 42 void SetMenuDoubleClick(BOOL fSet);43 44 44 45 BOOL OSLibPostThreadMessage(ULONG threadid, UINT msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode); … … 376 377 #define OSSC_SYSMENU 0x8007 377 378 379 #endif 380 381 #ifdef __cplusplus 382 extern "C" { 383 #endif 384 385 void OSLibSetMenuDoubleClick(BOOL fSet); 386 387 #ifdef __cplusplus 388 } 389 #endif 390 378 391 #endif //__OSLIBMSG_H__
Note:
See TracChangeset
for help on using the changeset viewer.