Changeset 4601 for trunk/src/user32/dib.h
- Timestamp:
- Nov 15, 2000, 9:44:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dib.h
r4589 r4601 1 /* $Id: dib.h,v 1. 5 2000-11-14 14:27:49sandervl Exp $ */1 /* $Id: dib.h,v 1.6 2000-11-15 20:44:26 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 int *height, WORD *bpp, WORD *compr ); 28 28 void DIB_FixColorsToLoadflags(BITMAPINFO * bmi, UINT loadflags, BYTE pix); 29 int BITMAP_GetWidthBytes( INT width, INT depth );29 int WIN32API BITMAP_GetWidthBytes( INT width, INT depth ); 30 30 31 31 #endif
Note:
See TracChangeset
for help on using the changeset viewer.