Changeset 339 for trunk/include


Ignore:
Timestamp:
Jul 19, 1999, 8:39:43 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32type.h

    r326 r339  
    1 /* $Id: win32type.h,v 1.10 1999-07-18 10:36:54 sandervl Exp $ */
     1/* $Id: win32type.h,v 1.11 1999-07-19 18:39:43 sandervl Exp $ */
    22
    33#ifndef __WIN32TYPE_H__
     
    252252typedef struct tagRECT
    253253{
    254     INT  xLeft;
    255     INT  yTop;
    256     INT  xRight;
    257     INT  yBottom;
     254    INT  left;
     255    INT  top;
     256    INT  right;
     257    INT  bottom;
    258258} RECT, *PRECT, *LPRECT;
    259259typedef const RECT *LPCRECT;
Note: See TracChangeset for help on using the changeset viewer.