Ignore:
Timestamp:
Dec 30, 1999, 12:21:00 PM (26 years ago)
Author:
sandervl
Message:

Load entire bitmap into memory for LoadBitmapA (file)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.cpp

    r2265 r2266  
    1 /* $Id: win32wbase.cpp,v 1.127 1999-12-30 11:20:34 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.128 1999-12-30 11:21:00 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    23062306
    23072307    dprintf (("SetWindowPos %x %x (%d,%d)(%d,%d) %x", Win32Hwnd, hwndInsertAfter, x, y, cx, cy, fuFlags));
    2308     if(cx < -10000) {
    2309         rc = TRUE;
    2310     }
    23112308
    23122309    if (fuFlags &
Note: See TracChangeset for help on using the changeset viewer.