Changeset 5156 for trunk/include
- Timestamp:
- Feb 17, 2001, 8:55:39 PM (25 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32api.h
r5142 r5156 1 /* $Id: win32api.h,v 1.2 2 2001-02-16 17:47:01sandervl Exp $ */1 /* $Id: win32api.h,v 1.23 2001-02-17 19:55:39 sandervl Exp $ */ 2 2 3 3 /* … … 129 129 130 130 BOOL WIN32API SetWindowPos(HWND,HWND,INT,INT,INT,INT,UINT); 131 HWND WIN32API GetWindow(HWND hwnd, UINT uCmd); 132 BOOL WIN32API IntersectRect( PRECT lprcDst, const RECT * lprcSrc1, const RECT * lprcSrc2); 131 133 132 134 #endif -
trunk/include/winconst.h
r4761 r5156 1 /* $Id: winconst.h,v 1.3 8 2000-12-07 11:58:59 sandervl Exp $ */1 /* $Id: winconst.h,v 1.39 2001-02-17 19:55:39 sandervl Exp $ */ 2 2 3 3 /* … … 1461 1461 #define DRIVE_CDROM_W 5 1462 1462 #define DRIVE_RAMDISK_W 6 1463 1464 1465 /* GetWindow() constants */ 1466 #define GW_HWNDFIRST_W 0 1467 #define GW_HWNDLAST_W 1 1468 #define GW_HWNDNEXT_W 2 1469 #define GW_HWNDPREV_W 3 1470 #define GW_OWNER_W 4 1471 #define GW_CHILD_W 5
Note:
See TracChangeset
for help on using the changeset viewer.