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/oslibwin.h

    r9575 r9598  
    1 /* $Id: oslibwin.h,v 1.70 2003-01-01 14:29:43 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.71 2003-01-03 16:35:56 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    1313#ifndef __OSLIBWIN_H__
    1414#define __OSLIBWIN_H__
     15
     16#ifdef __cplusplus
    1517#include <oslibgdi.h>
    1618
     
    362364
    363365BOOL   OSLibWinShowPointer(BOOL fShow);
    364 HWND OSLibWinCreateInvisibleScroller(HWND parentHWND, int direction);
     366HWND   OSLibWinCreateInvisibleScroller(HWND parentHWND, int direction);
     367
     368ULONG  OSLibWinQuerySysColor(int index);
     369
     370#endif
    365371
    366372   #define PMSYSCLR_SHADOWHILITEBGND         (-50L)
     
    413419                                (((colorRef) & 0x000000FF)<<16)   )
    414420
    415 ULONG  OSLibWinQuerySysColor(int index);
    416 
    417421#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.