Changeset 8049 for trunk/src/user32
- Timestamp:
 - Mar 8, 2002, 12:09:15 PM (24 years ago)
 - Location:
 - trunk/src/user32
 - Files:
 - 
      
- 1 added
 - 3 edited
 
- 
          
  Makefile (modified) (2 diffs)
 - 
          
  USER32.DEF (modified) (3 diffs)
 - 
          
  exticon.c (added)
 - 
          
  user32dbg.def (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/Makefile
r7885 r8049 1 # $Id: Makefile,v 1.10 1 2002-02-12 12:00:02sandervl Exp $1 # $Id: Makefile,v 1.102 2002-03-08 11:09:14 sandervl Exp $ 2 2 3 3 # … … 103 103 $(OBJDIR)\caret.obj \ 104 104 $(OBJDIR)\text.obj \ 105 $(OBJDIR)\exticon.obj \ 105 106 $(OBJDIR)\wintrack.obj \ 106 107 $(OBJDIR)\oldnls32.obj \  - 
      
trunk/src/user32/USER32.DEF
r7943 r8049 1 ; $Id: USER32.DEF,v 1.7 0 2002-02-18 10:14:56sandervl Exp $1 ; $Id: USER32.DEF,v 1.71 2002-03-08 11:09:15 sandervl Exp $ 2 2 3 3 LIBRARY USER32 INITINSTANCE TERMINSTANCE … … 658 658 WINNLSGetIMEHotkey = _WINNLSGetIMEHotkey@4 @1014 659 659 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 660 670 ;------------------------------------------------------------------------------ 661 671 ; Wine/Odin helper function … … 711 721 712 722 _CustForceMonoCursor@0 @2036 NONAME 723  - 
      
trunk/src/user32/user32dbg.def
r7943 r8049 1 ; $Id: user32dbg.def,v 1. 3 2002-02-18 10:14:58sandervl Exp $1 ; $Id: user32dbg.def,v 1.4 2002-03-08 11:09:15 sandervl Exp $ 2 2 3 3 LIBRARY USER32 INITINSTANCE TERMINSTANCE … … 658 658 WINNLSGetIMEHotkey = _DbgWINNLSGetIMEHotkey@4 @1014 659 659 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 660 669 ;------------------------------------------------------------------------------ 661 670 ; Wine/Odin helper function  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  