Changeset 4550 for trunk/src


Ignore:
Timestamp:
Nov 2, 2000, 10:52:18 AM (25 years ago)
Author:
sandervl
Message:

fixed several wrong export names

File:
1 edited

Legend:

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

    r4549 r4550  
    1 ; $Id: shell32.def,v 1.31 2000-11-02 09:01:40 achimha Exp $
     1; $Id: shell32.def,v 1.32 2000-11-02 09:52:18 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    3737    SHILCreateFromPath                = _SHILCreateFromPathAW@12              @28
    3838    PathIsRoot                        = _PathIsRootAW@4                       @29
    39     PathBuildRoot                     = _PathBuildRootA@8                     @30
     39    PathBuildRoot                     = _PathBuildRootAW@8                    @30
    4040    PathFindExtension                 = _PathFindExtensionAW@4                @31
    4141    PathAddBackslash                  = _PathAddBackslashAW@4                 @32
     
    5252    PathIsExe                         = _PathIsExeAW@4                        @43
    5353    DoEnvironmentSubstA               = _DoEnvironmentSubstA@8                @44
    54     PathFileExists                    = _PathFileExistsA@4                    @45
     54    PathFileExists                    = _PathFileExistsAW@4                   @45
    5555    PathMatchSpec                     = _PathMatchSpecAW@8                    @46
    5656    PathMakeUniqueName                = _PathMakeUniqueNameAW@20              @47
     
    6060    PathResolve                       = _PathResolveAW@12                     @51
    6161    PathGetArgs                       = _PathGetArgsAW@4                      @52
    62     DoEnvironmentSubstW               = _DoEnvironmentSubstW@8                @53
     62    DoEnvironmentSubst                = _DoEnvironmentSubstAW@8               @53
    6363    DragAcceptFiles                   = _DragAcceptFiles@8                    @54
    6464    PathQuoteSpaces                   = _PathQuoteSpacesAW@4                  @55
    6565    PathUnquoteSpaces                 = _PathUnquoteSpacesAW@4                @56
    6666    PathGetDriveNumber                = _PathGetDriveNumberAW@4               @57
    67     ParseField                        = _ParseFieldA@16                       @58
     67    ParseField                        = _ParseFieldAW@16                      @58
    6868    RestartDialog                     = _RestartDialog@12                     @59
    6969    ExitWindowsDialog                 = _ExitWindowsDialog@4                  @60
     
    184184    SHValidateUNC                     = _SHValidateUNC@12                     @173
    185185    SHCreateShellFolderViewEx         = _SHCreateShellFolderViewEx@8          @174
    186     SHGetSpecialFolderPathA           = _SHGetSpecialFolderPathA@16           @175
     186    SHGetSpecialFolderPath            = _SHGetSpecialFolderPathAW@16          @175
    187187    SHSetInstanceExplorer             = _SHSetInstanceExplorer@4              @176
    188188;   DAD_SetDragImageFromListView      = _DAD_SetDragImageFromListView@?       @177
     
    366366    ReadCabinetState                  = _ReadCabinetState@8                   @651
    367367    WriteCabinetState                 = _WriteCabinetState@4                  @652
    368     PathProcessCommandA               = _PathProcessCommandA@16               @653
     368    PathProcessCommand                = _PathProcessCommandAW@16              @653
    369369                                        _SHELL32_654@8                        @654
    370370    FileIconInit                      = _FileIconInit@4                       @660
    371371    IsUserAdmin                       = _IsUserAdmin@0                        @680
     372
     373;
     374; version 4.71 (IE4.0)
     375;  _WIN32_IE >= 0x0400
     376;
     377    SHGetSpecialFolderPathA           = _SHGetSpecialFolderPathA@16           @690
    372378
    373379;
Note: See TracChangeset for help on using the changeset viewer.