Ignore:
Timestamp:
Oct 28, 1999, 9:09:17 PM (26 years ago)
Author:
sandervl
Message:

EB's bugfixes

File:
1 edited

Legend:

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

    r1425 r1499  
    1 /* $Id: loadres.cpp,v 1.10 1999-10-23 23:04:35 sandervl Exp $ */
     1/* $Id: loadres.cpp,v 1.11 1999-10-28 19:09:16 sandervl Exp $ */
    22
    33/*
     
    342342HBITMAP WIN32API LoadBitmapW(HINSTANCE hinst, LPCWSTR lpszBitmap)
    343343{
    344  HBITMAP hBitmap;
     344 HBITMAP hBitmap = 0;
    345345
    346346  if(IsSystemBitmap((ULONG *)&lpszBitmap)) {
Note: See TracChangeset for help on using the changeset viewer.