Changeset 1338 for trunk/include


Ignore:
Timestamp:
Oct 17, 1999, 6:43:28 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32type.h

    r1188 r1338  
    1 /* $Id: win32type.h,v 1.25 1999-10-08 16:02:51 sandervl Exp $ */
     1/* $Id: win32type.h,v 1.26 1999-10-17 16:43:09 sandervl Exp $ */
    22
    33/*
     
    650650#endif
    651651
     652
     653#ifndef __INCLUDE_WINUSER_H
     654typedef struct
     655{
     656    UINT   length;
     657    UINT   flags;
     658    UINT   showCmd;
     659    POINT  ptMinPosition;
     660    POINT  ptMaxPosition;
     661    RECT   rcNormalPosition;
     662} WINDOWPLACEMENT, *LPWINDOWPLACEMENT;
     663#endif
     664
    652665#pragma pack()
    653666
Note: See TracChangeset for help on using the changeset viewer.