Ignore:
Timestamp:
Nov 5, 2000, 7:49:09 PM (25 years ago)
Author:
sandervl
Message:

extra exports for gdi32; moved 4 apis back into gdi32

File:
1 edited

Legend:

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

    r4515 r4558  
    1 /* $Id: loadres.cpp,v 1.31 2000-10-22 16:07:47 sandervl Exp $ */
     1/* $Id: loadres.cpp,v 1.32 2000-11-05 18:49:07 sandervl Exp $ */
    22
    33/*
     
    115115 HRSRC          hRes;
    116116 LPSTR          restype = RT_ICONA;
     117
     118    dprintf(("USER32: LoadIconA %x %x (%d,%d) %x", hinst, lpszIcon, cxDesired, cyDesired, fuLoad));
    117119
    118120    if(fuLoad & LR_LOADFROMFILE)
Note: See TracChangeset for help on using the changeset viewer.