Ignore:
Timestamp:
Jan 3, 2003, 5:35:58 PM (23 years ago)
Author:
sandervl
Message:

Merged Rewind menu control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibmsg.h

    r9008 r9598  
    1 /* $Id: oslibmsg.h,v 1.18 2002-08-15 15:45:45 sandervl Exp $ */
     1/* $Id: oslibmsg.h,v 1.19 2003-01-03 16:35:54 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    1212#ifndef __OSLIBMSG_H__
    1313#define __OSLIBMSG_H__
     14
     15
     16#ifdef __cplusplus
    1417
    1518ULONG TranslateWinMsg(ULONG msg);
     
    3942BOOL  OSLibWinReplyMessage(ULONG result);
    4043ULONG OSLibWinQueryQueueStatus();
    41 
    42 void  SetMenuDoubleClick(BOOL fSet);
    4344
    4445BOOL  OSLibPostThreadMessage(ULONG threadid, UINT msg, WPARAM wParam, LPARAM lParam, BOOL fUnicode);
     
    376377#define OSSC_SYSMENU                 0x8007
    377378
     379#endif
     380
     381#ifdef __cplusplus
     382extern "C" {
     383#endif
     384
     385void  OSLibSetMenuDoubleClick(BOOL fSet);
     386
     387#ifdef __cplusplus
     388}
     389#endif
     390
    378391#endif //__OSLIBMSG_H__
Note: See TracChangeset for help on using the changeset viewer.