Ignore:
Timestamp:
Mar 8, 2002, 12:09:15 PM (24 years ago)
Author:
sandervl
Message:

PH: moved icon extraction from shell32 to user32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/USER32.DEF

    r7943 r8049  
    1 ; $Id: USER32.DEF,v 1.70 2002-02-18 10:14:56 sandervl Exp $
     1; $Id: USER32.DEF,v 1.71 2002-03-08 11:09:15 sandervl Exp $
    22
    33LIBRARY USER32 INITINSTANCE TERMINSTANCE
     
    658658    WINNLSGetIMEHotkey         = _WINNLSGetIMEHotkey@4          @1014
    659659
     660
     661;-------------------------------
     662; Additional (undocumented) APIs
     663;-------------------------------
     664    PrivateExtractIconsW       = _PrivateExtractIconsW@32      @1015
     665    PrivateExtractIconsA       = _PrivateExtractIconsA@32      @1016
     666    PrivateExtractIconExW      = _PrivateExtractIconExW@20     @1017
     667    PrivateExtractIconExA      = _PrivateExtractIconExA@20     @1018
     668
     669
    660670;------------------------------------------------------------------------------
    661671; Wine/Odin helper function
     
    711721
    712722    _CustForceMonoCursor@0                                       @2036 NONAME
     723
Note: See TracChangeset for help on using the changeset viewer.