Changeset 8049 for trunk/src


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

PH: moved icon extraction from shell32 to user32

Location:
trunk/src/user32
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/Makefile

    r7885 r8049  
    1 # $Id: Makefile,v 1.101 2002-02-12 12:00:02 sandervl Exp $
     1# $Id: Makefile,v 1.102 2002-03-08 11:09:14 sandervl Exp $
    22
    33#
     
    103103$(OBJDIR)\caret.obj \
    104104$(OBJDIR)\text.obj \
     105$(OBJDIR)\exticon.obj \
    105106$(OBJDIR)\wintrack.obj \
    106107$(OBJDIR)\oldnls32.obj \
  • 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
  • trunk/src/user32/user32dbg.def

    r7943 r8049  
    1 ; $Id: user32dbg.def,v 1.3 2002-02-18 10:14:58 sandervl Exp $
     1; $Id: user32dbg.def,v 1.4 2002-03-08 11:09:15 sandervl Exp $
    22
    33LIBRARY USER32 INITINSTANCE TERMINSTANCE
     
    658658    WINNLSGetIMEHotkey         = _DbgWINNLSGetIMEHotkey@4          @1014
    659659
     660;-------------------------------
     661; Additional (undocumented) APIs
     662;-------------------------------
     663    PrivateExtractIconsW       = _PrivateExtractIconsW@32      @1015
     664    PrivateExtractIconsA       = _PrivateExtractIconsA@32      @1016
     665    PrivateExtractIconExW      = _PrivateExtractIconExW@20     @1017
     666    PrivateExtractIconExA      = _PrivateExtractIconExA@20     @1018
     667
     668
    660669;------------------------------------------------------------------------------
    661670; Wine/Odin helper function
Note: See TracChangeset for help on using the changeset viewer.