Changeset 4589 for trunk/src/user32/dib.h
- Timestamp:
- Nov 14, 2000, 3:27:49 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dib.h
r4573 r4589 1 /* $Id: dib.h,v 1. 4 2000-11-09 18:15:18sandervl Exp $ */1 /* $Id: dib.h,v 1.5 2000-11-14 14:27:49 sandervl Exp $ */ 2 2 3 3 /* … … 19 19 #define __DIB_H__ 20 20 21 int DIB_GetDIBWidthBytes( int width, int depth ); 21 //must use WIN32API as it's exported 22 int WIN32API DIB_GetDIBWidthBytes( int width, int depth ); 23 22 24 int DIB_GetDIBImageBytes( int width, int height, int depth ); 23 25 int DIB_BitmapInfoSize( BITMAPINFO * info, WORD coloruse );
Note:
See TracChangeset
for help on using the changeset viewer.