Changeset 1188 for trunk/include


Ignore:
Timestamp:
Oct 8, 1999, 6:02:51 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32type.h

    r1121 r1188  
    1 /* $Id: win32type.h,v 1.24 1999-10-04 12:12:43 phaller Exp $ */
     1/* $Id: win32type.h,v 1.25 1999-10-08 16:02:51 sandervl Exp $ */
    22
    33/*
     
    638638#endif
    639639
     640#ifndef __INCLUDE_WINUSER_H
     641/* WM_GETMINMAXINFO struct */
     642typedef struct
     643{
     644    POINT   ptReserved;
     645    POINT   ptMaxSize;
     646    POINT   ptMaxPosition;
     647    POINT   ptMinTrackSize;
     648    POINT   ptMaxTrackSize;
     649} MINMAXINFO, *PMINMAXINFO, *LPMINMAXINFO;
     650#endif
     651
    640652#pragma pack()
    641653
Note: See TracChangeset for help on using the changeset viewer.