Changeset 3101 for trunk/src/user32/win32wbase.h
- Timestamp:
- Mar 13, 2000, 2:11:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r2956 r3101 1 /* $Id: win32wbase.h,v 1.8 7 2000-03-01 13:30:06sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.88 2000-03-13 13:10:48 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 21 21 #include <win32wndchild.h> 22 22 #include <winres.h> 23 #include <winconst.h>24 23 #include <scroll.h> 25 24 … … 431 430 VOID AdjustTrackInfo(PPOINT minTrackSize,PPOINT maxTrackSize); 432 431 432 #ifndef OS2_INCLUDED 433 BOOL isOwnDC() { return (windowClass && windowClass->getStyle() & CS_OWNDC); } 434 #else 433 435 BOOL isOwnDC() { return (windowClass && windowClass->getStyle() & CS_OWNDC_W); } 436 #endif 434 437 HDC getOwnDC() { return ownDC; } 435 438 void setOwnDC(HDC hdc) { ownDC = hdc; }
Note:
See TracChangeset
for help on using the changeset viewer.