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.cpp

    r4589 r4601  
    1 /* $Id: dib.cpp,v 1.7 2000-11-14 14:27:49 sandervl Exp $ */
     1/* $Id: dib.cpp,v 1.8 2000-11-15 20:44:26 sandervl Exp $ */
    22
    33/*
     
    216216 * data.
    217217 */
    218 int BITMAP_GetWidthBytes( INT bmWidth, INT bpp )
     218int WIN32API BITMAP_GetWidthBytes( INT bmWidth, INT bpp )
    219219{
    220220    switch(bpp)
Note: See TracChangeset for help on using the changeset viewer.