Changeset 1555 for trunk/src


Ignore:
Timestamp:
Nov 2, 1999, 9:36:41 PM (26 years ago)
Author:
sandervl
Message:

Extra exports for comdlg32

Location:
trunk/src/shell32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shell32.def

    r1547 r1555  
    1 ; $Id: shell32.def,v 1.17 1999-11-02 19:08:17 sandervl Exp $
     1; $Id: shell32.def,v 1.18 1999-11-02 20:36:41 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    5353    PathFileExists                    = _PathFileExistsA@4                    @45
    5454    PathMatchSpec                     = _PathMatchSpecAW@8                    @46
    55     PathMatchSpecW                    = _PathMatchSpecW@8                     @346
    5655;   PathMakeUniqueName                = _PathMakeUniqueNameAW@20              @47
    5756    PathSetDlgItemPath                = _PathSetDlgItemPathAW@12              @48
     
    375374
    376375;   FOOBAR1217                        = _FOOBAR1217@?                         @1217
    377 
    378 
     376   
     377    StrRetToBufA                      = _StrRetToBufA@16                      @1000
     378    StrRetToBufW                      = _StrRetToBufW@16                      @1001
     379    PathMatchSpecW                    = _PathMatchSpecW@8                     @1002
  • trunk/src/shell32/shell32exp.def

    r1552 r1555  
    3636    _PathFileExists@4                         @45
    3737    _PathMatchSpec@8                          @46
    38     _PathMatchSpecW@8                         @346
    3938    _PathSetDlgItemPath@12                    @48
    4039    _PathQualify@4                            @49
     
    244243    _FileIconInit@4                           @660
    245244    _IsUserAdmin@0                            @680
     245    _StrRetToBufA@16                          @1000
     246    _StrRetToBufW@16                          @1001
     247    _PathMatchSpecW@8                         @1002
Note: See TracChangeset for help on using the changeset viewer.