Ignore:
Timestamp:
Jul 26, 1999, 10:03:49 PM (26 years ago)
Author:
sandervl
Message:

Lots of changes: Solitaire now displays cards correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/oslibwin.h

    r397 r398  
    1 /* $Id: oslibwin.h,v 1.18 1999-07-26 09:01:34 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.19 1999-07-26 20:03:49 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    1212#ifndef __OSLIBWIN_H__
    1313#define __OSLIBWIN_H__
     14#include <oslibgdi.h>
    1415
    1516#define OSLIB_HWND_DESKTOP      0
     
    209210BOOL  OSLibWinMinimizeWindow(HWND hwnd);
    210211
     212BOOL  OSLibWinGetBorderSize(HWND hwnd, OSLIBPOINT *pointl);
     213
    211214#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.