Changeset 1188 for trunk/include
- Timestamp:
- Oct 8, 1999, 6:02:51 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32type.h
r1121 r1188 1 /* $Id: win32type.h,v 1.2 4 1999-10-04 12:12:43 phallerExp $ */1 /* $Id: win32type.h,v 1.25 1999-10-08 16:02:51 sandervl Exp $ */ 2 2 3 3 /* … … 638 638 #endif 639 639 640 #ifndef __INCLUDE_WINUSER_H 641 /* WM_GETMINMAXINFO struct */ 642 typedef struct 643 { 644 POINT ptReserved; 645 POINT ptMaxSize; 646 POINT ptMaxPosition; 647 POINT ptMinTrackSize; 648 POINT ptMaxTrackSize; 649 } MINMAXINFO, *PMINMAXINFO, *LPMINMAXINFO; 650 #endif 651 640 652 #pragma pack() 641 653
Note:
See TracChangeset
for help on using the changeset viewer.