Changeset 4589 for trunk/src/user32/dib.cpp
- Timestamp:
- Nov 14, 2000, 3:27:49 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dib.cpp
r4573 r4589 1 /* $Id: dib.cpp,v 1. 6 2000-11-09 18:15:18sandervl Exp $ */1 /* $Id: dib.cpp,v 1.7 2000-11-14 14:27:49 sandervl Exp $ */ 2 2 3 3 /* … … 31 31 * http://www.microsoft.com/msdn/sdk/platforms/doc/sdk/win32/struc/src/str01.htm 32 32 */ 33 int DIB_GetDIBWidthBytes( int width, int depth )33 int WIN32API DIB_GetDIBWidthBytes( int width, int depth ) 34 34 { 35 35 int words;
Note:
See TracChangeset
for help on using the changeset viewer.