Ignore:
Timestamp:
Oct 21, 1999, 9:25:06 PM (26 years ago)
Author:
sandervl
Message:

DIBSection bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/dibsect.cpp

    r120 r1396  
    1 /* $Id: dibsect.cpp,v 1.4 1999-06-19 10:54:39 sandervl Exp $ */
     1/* $Id: dibsect.cpp,v 1.5 1999-10-21 19:25:06 sandervl Exp $ */
    22
    33/*
     
    2525//******************************************************************************
    2626DIBSection::DIBSection(WINBITMAPINFOHEADER *pbmi, DWORD handle, int fFlip)
    27                 : bmpBits(NULL), pOS2bmp(NULL)
     27                : bmpBits(NULL), pOS2bmp(NULL), next(NULL)
    2828{
    2929 int bmpsize = pbmi->biWidth, os2bmpsize;
Note: See TracChangeset for help on using the changeset viewer.