Changeset 5972 for trunk/src/gdi32/dibsect.cpp
- Timestamp:
- Jun 12, 2001, 7:01:10 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.cpp
r5931 r5972 1 /* $Id: dibsect.cpp,v 1.5 4 2001-06-08 11:03:33sandervl Exp $ */1 /* $Id: dibsect.cpp,v 1.55 2001-06-12 17:01:10 sandervl Exp $ */ 2 2 3 3 /* … … 399 399 if(end > (1 << pOS2bmp->cBitCount)) { 400 400 end = (1 << pOS2bmp->cBitCount); 401 cEntries = end - startIdx; 401 402 } 402 403 … … 410 411 #endif 411 412 } 412 413 413 return(cEntries); 414 414 }
Note:
See TracChangeset
for help on using the changeset viewer.