Ignore:
Timestamp:
Nov 15, 2000, 9:44:26 PM (25 years ago)
Author:
sandervl
Message:

export BITMAP_GetWidthBytes

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:49 sandervl Exp $ */
     1/* $Id: dib.h,v 1.6 2000-11-15 20:44:26 sandervl Exp $ */
    22
    33/*
     
    2727                              int *height, WORD *bpp, WORD *compr );
    2828void DIB_FixColorsToLoadflags(BITMAPINFO * bmi, UINT loadflags, BYTE pix);
    29 int  BITMAP_GetWidthBytes( INT width, INT depth );
     29int  WIN32API BITMAP_GetWidthBytes( INT width, INT depth );
    3030
    3131#endif
Note: See TracChangeset for help on using the changeset viewer.