Changeset 3253 for trunk/src


Ignore:
Timestamp:
Mar 27, 2000, 11:46:20 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2585 r3253  
    1 ; $Id: shlwapi.def,v 1.7 2000-01-31 22:50:51 phaller Exp $
     1; $Id: shlwapi.def,v 1.8 2000-03-27 21:46:20 sandervl Exp $
    22
    33LIBRARY SHLWAPI INITINSTANCE TERMINSTANCE
     
    177177    ; 168    stub    IntlStrEqWorkerW
    178178
    179 ;    PathAddBackslashA                          = SHELL32.PathAddBackslashA
    180 ;    PathAddBackslashW                          = SHELL32.PathAddBackslashW
     179;    PathAddBackslashA                          = SHELL32.PathAddBackslashA
     180;    PathAddBackslashW                          = SHELL32.PathAddBackslashW
    181181
    182182    ; 171    stub    PathAddExtensionA
     
    202202    ; 191    stdcall PathFindExtensionA (ptr) PathFindExtensionA
    203203    ; 192    stdcall PathFindExtensionW (ptr) PathFindExtensionW
    204 ;    PathFindFileNameA                          = SHELL32.PathFindFilenameA
    205 ;    PathFindFileNameW                          = SHELL32.PathFindFilenameW
     204;    PathFindFileNameA                          = SHELL32.PathFindFilenameA
     205;    PathFindFileNameW                          = SHELL32.PathFindFilenameW
    206206    ; 195    stub    PathFindNextComponentA
    207207    ; 196    stub    PathFindNextComponentW
     
    225225    ; 214    stdcall PathIsRelativeW (ptr) PathIsRelativeW
    226226
    227 ;    PathIsRootA                                = SHELL32.PathIsRootA
    228 ;    PathIsRootW                                = SHELL32.PathIsRootW
     227;    PathIsRootA                                = SHELL32.PathIsRootA
     228;    PathIsRootW                                = SHELL32.PathIsRootW
    229229
    230230    ; 217    stub    PathIsSameRootA
     
    245245    ; 232    stub    PathMakeSystemFolderW
    246246
    247 ;    PathMatchSpecA                    = SHELL32.PathMatchSpecA
    248 ;    PathMatchSpecW                    = SHELL32.PathMatchSpecW
     247;    PathMatchSpecA                    = SHELL32.PathMatchSpecA
     248;    PathMatchSpecW                    = SHELL32.PathMatchSpecW
    249249
    250250    ; 235    stub    PathParseIconLocationA
     
    265265    ; 248    stub    PathRemoveExtensionW
    266266
    267 ;    PathRemoveFileSpecA                        = SHELL32.PathRemoveFileSpec
     267;    PathRemoveFileSpecA                        = SHELL32.PathRemoveFileSpec
    268268
    269269    ; 250    stub    PathRemoveFileSpecW
     
    417417
    418418EXPORTS
    419     PathAddBackslashA = _PathAddBackslashA@4                    @169
    420     PathAddBackslashW = _PathAddBackslashW@4                    @170
     419    PathAddBackslashA = _PathAddBackslashA@4                    @169
     420    PathAddBackslashW = _PathAddBackslashW@4                    @170
    421421
    422422    PathAppendA       = _PathAppendA@8                          @173
     
    431431    PathFileExistsW   = _PathFileExistsW@4                       @190
    432432
    433     PathFindFileNameA = _PathFindFilenameA@4                    @193
    434     PathFindFileNameW = _PathFindFilenameW@4                    @194
     433    PathFindFileNameA = _PathFindFilenameA@4                    @193
     434    PathFindFileNameW = _PathFindFilenameW@4                    @194
    435435
    436436    PathFindOnPathA   = _PathFindOnPathA@8                      @197
     
    443443    PathIsRelativeA   = _PathIsRelativeA@4                      @213
    444444    PathIsRelativeW   = _PathIsRelativeW@4                      @214
    445     PathIsRootA       = _PathIsRootA@4                          @215
    446     PathIsRootW       = _PathIsRootW@4                          @216
     445    PathIsRootA       = _PathIsRootA@4                          @215
     446    PathIsRootW       = _PathIsRootW@4                          @216
    447447
    448448    PathIsUNCA        = _PathIsUNCA@4                           @221
    449449    PathIsUNCW        = _PathIsUNCW@4                           @226
    450450
    451     PathMatchSpecA    = _PathMatchSpecA@8                       @233
    452     PathMatchSpecW    = _PathMatchSpecA@8                       @234
     451    PathMatchSpecA    = _PathMatchSpecA@8                       @233
     452    PathMatchSpecW    = _PathMatchSpecW@8                       @234
    453453    PathQuoteSpacesA  = _PathQuoteSpacesA@4                     @237
    454454    PathQuoteSpacesW  = _PathQuoteSpacesW@4                     @238
    455455
    456     PathRemoveBackslashA = _PathRemoveBackslashA@4              @243
    457     PathRemoveBackslashW = _PathRemoveBackslashA@4              @244
     456    PathRemoveBackslashA = _PathRemoveBackslashA@4              @243
     457    PathRemoveBackslashW = _PathRemoveBackslashW@4              @244
    458458    PathRemoveBlanksA    = _PathRemoveBlanksA@4                 @245
    459459    PathRemoveBlanksW    = _PathRemoveBlanksW@4                 @246
    460     PathRemoveFileSpecA  = _PathRemoveFileSpecA@4               @249
     460    PathRemoveFileSpecA  = _PathRemoveFileSpecA@4               @249
    461461
    462462    PathSetDlgItemPathA  = _PathSetDlgItemPathA@12              @255
     
    494494    StrRetToBufW         = _StrRetToBufW@16                     @401
    495495
     496
Note: See TracChangeset for help on using the changeset viewer.