Changeset 1575 for trunk/src/shell32


Ignore:
Timestamp:
Nov 3, 1999, 8:36:34 PM (26 years ago)
Author:
sandervl
Message:

Added exports for comdlg32

Location:
trunk/src/shell32
Files:
2 edited

Legend:

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

    r1555 r1575  
    1 ; $Id: shell32.def,v 1.18 1999-11-02 20:36:41 sandervl Exp $
     1; $Id: shell32.def,v 1.19 1999-11-03 19:35:39 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    105105    SHLogILFromFSIL                   = _SHLogILFromFSIL@4                    @95
    106106    StrRetToStrN                      = _StrRetToStrN@16                      @96
    107     StrRetToStrNA                     = _StrRetToStrNA@16                     @396
    108     StrRetToStrNW                     = _StrRetToStrNW@16                     @397
    109107    SHWaitForFileToOpen               = _SHWaitForFileToOpen@12               @97
    110108    SHGetRealIDL                      = _SHGetRealIDL@12                      @98
     
    377375    StrRetToBufA                      = _StrRetToBufA@16                      @1000
    378376    StrRetToBufW                      = _StrRetToBufW@16                      @1001
    379     PathMatchSpecW                    = _PathMatchSpecW@8                     @1002
     377    PathMatchSpecA                    = _PathMatchSpecA@8                     @1002
     378    PathMatchSpecW                    = _PathMatchSpecW@8                     @1003
     379    StrRetToStrNA                     = _StrRetToStrNA@16                     @1004
     380    StrRetToStrNW                     = _StrRetToStrNW@16                     @1005
     381    PathAddBackslashA                 = _PathAddBackslashA@4                  @1006
     382    PathAddBackslashW                 = _PathAddBackslashW@4                  @1007
     383    PathFindFilenameA                 = _PathFindFilenameA@4                  @1008
     384    PathFindFilenameW                 = _PathFindFilenameW@4                  @1009
     385    PathIsRootA                       = _PathIsRootA@4                        @1010
     386    PathIsRootW                       = _PathIsRootW@4                        @1011
     387    PathRemoveBackslashA              = _PathRemoveBackslashA@4               @1012
     388    PathRemoveBackslashW              = _PathRemoveBackslashW@4               @1013
     389    PathRemoveFileSpecA               = _PathRemoveFileSpecA@4                @1014
  • trunk/src/shell32/shell32exp.def

    r1555 r1575  
    7272    _SHLogILFromFSIL@4                        @95
    7373    _StrRetToStrN@16                          @96
    74     _StrRetToStrNA@16                         @396
    75     _StrRetToStrNW@16                         @397
    7674    _SHWaitForFileToOpen@12                   @97
    7775    _SHGetRealIDL@12                          @98
     
    245243    _StrRetToBufA@16                          @1000
    246244    _StrRetToBufW@16                          @1001
    247     _PathMatchSpecW@8                         @1002
     245    _PathMatchSpecA@8                         @1002
     246    _PathMatchSpecW@8                         @1003
     247    _StrRetToStrNA@16                         @1004
     248    _StrRetToStrNW@16                         @1005
     249    _PathAddBackslashA@4                      @1006
     250    _PathAddBackslashW@4                      @1007
     251    _PathFindFilenameA@4                      @1008
     252    _PathFindFilenameW@4                      @1009
     253    _PathIsRootA@4                            @1010
     254    _PathIsRootW@4                            @1011
     255    _PathRemoveBackslashA@4                   @1012
     256    _PathRemoveBackslashW@4                   @1013
     257    _PathRemoveFileSpecA@4                    @1014
Note: See TracChangeset for help on using the changeset viewer.