Changeset 3550 for trunk/src


Ignore:
Timestamp:
May 18, 2000, 4:10:18 PM (25 years ago)
Author:
sandervl
Message:

sync with wine20000430 + added exports for shell32

Location:
trunk/src/shlwapi
Files:
2 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/makefile

    r3539 r3550  
    1 # $Id: makefile,v 1.12 2000-05-15 02:42:35 phaller Exp $
     1# $Id: makefile,v 1.13 2000-05-18 14:07:22 sandervl Exp $
    22
    33#
     
    2828$(OBJDIR)\url.obj \
    2929$(OBJDIR)\reg.obj \
     30$(OBJDIR)\pathcpp.obj \
    3031$(OBJDIR)\path.obj \
    3132$(OBJDIR)\string.obj \
     
    6364$(PDWIN32_LIB)/user32.lib
    6465$(PDWIN32_LIB)/odincrt.lib
     66$(PDWIN32_LIB)/shell32.lib
     67$(PDWIN32_LIB)/crtdll.lib
    6568OS2386.LIB
    6669$(RTLLIB_O)
  • trunk/src/shlwapi/shlwapi.def

    r3546 r3550  
    1 ; $Id: shlwapi.def,v 1.12 2000-05-16 20:17:29 phaller Exp $
     1; $Id: shlwapi.def,v 1.13 2000-05-18 14:07:23 sandervl Exp $
    22
    33; updated export ordinals to NT4 version of SHLWAPI.DLL
     
    3535    PathBuildRootA         = _PathBuildRootA@8                    @456
    3636    PathBuildRootW         = _PathBuildRootW@8                    @457
    37   ; PathCanonicalizeA      = _PathCanonicalizeA@?                 @458
    38   ; PathCanonicalizeW      = _PathCanonicalizeW@?                 @459
     37    PathCanonicalizeA      = _PathCanonicalizeA@8                 @458
     38    PathCanonicalizeW      = _PathCanonicalizeW@8                 @459
    3939    PathCombineA           = _PathCombineA@12                     @460
    4040  ;*PathCombineAW          = _PathCombineAW@12
     
    5656  ;*PathFindFileNameAW     = _PathFindFileNameAW@4
    5757    PathFindFileNameW      = _PathFindFileNameW@4                 @475
    58   ; PathFindNextComponentA = _PathFindNextComponentA@?            @476
    59   ; PathFindNextComponentW = _PathFindNextComponentW@?            @477
     58    PathFindNextComponentA = _PathFindNextComponentA@4            @476
     59    PathFindNextComponentW = _PathFindNextComponentW@4            @477
    6060    PathFindOnPathA        = _PathFindOnPathA@8                   @478
    6161  ;*PathFindOnPathAW       = _PathFindOnPathAW@8
     
    7373  ; PathIsContentTypeA     = _PathIsContentTypeA@?                @488
    7474  ; PathIsContentTypeW     = _PathIsContentTypeW@?                @489
    75   ; PathIsDirectoryA       = _PathIsDirectoryA@?                  @490
     75    PathIsDirectoryA       = _PathIsDirectoryA@4                  @490
    7676  ; PathIsDirectoryEmptyA  = _PathIsDirectoryEmptyA@?             @491  ; NT4
    7777  ; PathIsDirectoryEmptyW  = _PathIsDirectoryEmptyW@?             @492  ; NT4
     
    9191  ;*PathIsRootAW           = _PathIsRootAW@4
    9292    PathIsRootW            = _PathIsRootW@4                       @505
    93   ; PathIsSameRootA        = _PathIsSameRootA@?                   @506
    94   ; PathIsSameRootW        = _PathIsSameRootW@?                   @507
     93    PathIsSameRootA        = _PathIsSameRootA@8                   @506
     94    PathIsSameRootW        = _PathIsSameRootW@8                   @507
    9595  ; PathIsSystemFolderA    = _PathIsSystemFolderA@?               @508
    9696  ; PathIsSystemFolderW    = _PathIsSystemFolderW@?               @509
     
    103103    PathIsUNCW             = _PathIsUNCW@4                        @515
    104104    PathIsURLA             = _PathIsURLA@4                        @516
    105   ; PathIsURLW             = _PathIsURLW@4                        @517
     105    PathIsURLW             = _PathIsURLW@4                        @517
    106106  ; PathMakePrettyA        = _PathMakePrettyA@?                   @518
    107107  ; PathMakePrettyW        = _PathMakePrettyW@?                   @519
     
    111111  ;*PathMatchSpecAW        = _PathMatchSpecAW@8
    112112    PathMatchSpecW         = _PathMatchSpecW@8                    @523
    113   ; PathParseIconLocationA = _PathParseIconLocationA@?            @524
    114   ; PathParseIconLocationW = _PathParseIconLocationW@?            @525
     113    PathParseIconLocationA = _PathParseIconLocationA@4            @524
     114    PathParseIconLocationW = _PathParseIconLocationW@4            @525
    115115    PathQuoteSpacesA       = _PathQuoteSpacesA@4                  @526
    116116  ;*PathQuoteSpacesAW      = _PathQuoteSpacesAW@4
    117117    PathQuoteSpacesW       = _PathQuoteSpacesW@4                  @527
    118   ; PathRelativePathToA    = _PathRelativePathToA@?               @528
    119   ; PathRelativePathToW    = _PathRelativePathToW@?               @529
    120   ; PathRemoveArgsA        = _PathRemoveArgsA@?                   @530
    121   ; PathRemoveArgsW        = _PathRemoveArgsW@?                   @531
     118  ;  PathRelativePathToA    = _PathRelativePathToA@?               @528
     119  ;  PathRelativePathToW    = _PathRelativePathToW@?               @529
     120    PathRemoveArgsA        = _PathRemoveArgsA@4                   @530
     121    PathRemoveArgsW        = _PathRemoveArgsW@4                   @531
    122122    PathRemoveBackslashA   = _PathRemoveBackslashA@4              @532
    123123    PathRemoveBackslashW   = _PathRemoveBackslashW@4              @533
     
    125125  ;*PathRemoveBlanksAW     = _PathRemoveBlanksAW@4
    126126    PathRemoveBlanksW      = _PathRemoveBlanksW@4                 @535
    127   ; PathRemoveExtensionA   = _PathRemoveExtensionA@?              @536
    128   ; PathRemoveExtensionW   = _PathRemoveExtensionW@?              @537
     127    PathRemoveExtensionA   = _PathRemoveExtensionA@4              @536
     128    PathRemoveExtensionW   = _PathRemoveExtensionW@4              @537
    129129    PathRemoveFileSpecA    = _PathRemoveFileSpecA@4               @538
    130   ; PathRemoveFileSpecA    = _PathRemoveFileSpecW@4               @539
     130    PathRemoveFileSpecW    = _PathRemoveFileSpecW@4               @539
    131131  ; PathRenameExtensionA   = _PathRenameExtensionA@?              @540
    132132  ; PathRenameExtensionW   = _PathRenameExtensionW@?              @541
    133   ; PathSearchAndQualifyA  = _PathSearchAndQualifyA@?             @542
    134   ; PathSearchAndQualifyW  = _PathSearchAndQualifyW@?             @543
     133  ;  PathSearchAndQualifyA  = _PathSearchAndQualifyA@?             @542
     134  ;  PathSearchAndQualifyW  = _PathSearchAndQualifyW@?             @543
    135135    PathSetDlgItemPathA    = _PathSetDlgItemPathA@12              @544
    136136  ;*PathSetDlgItemPathAW   = _PathSetDlgItemPathAW@12
     
    138138    PathSkipRootA          = _PathSkipRootA@4                     @546
    139139    PathSkipRootW          = _PathSkipRootW@4                     @547
    140   ; PathStripPathA         = _PathStripPathA@?                    @548
    141   ; PathStripPathW         = _PathStripPathW@?                    @549
     140    PathStripPathA         = _PathStripPathA@4                    @548
     141    PathStripPathW         = _PathStripPathW@4                    @549
    142142    PathStripToRootA       = _PathStripToRootA@4                  @550
    143143    PathStripToRootW       = _PathStripToRootW@4                  @551
     
    307307  ; wvnsprintfA            = _wvnsprintfA@?                       @708  ; NT4
    308308  ; wvnsprintfW            = _wvnsprintfW@?                       @709  ; NT4
     309
     310   _PathIsRootAW@4                      @1000
     311   _PathBuildRootAW@8                   @1001
     312   _PathFindExtensionAW@4               @1002
     313   _PathAddBackslashAW@4                @1003
     314   _PathRemoveBlanksAW@4                @1004
     315   _PathFindFileNameAW@4                @1005
     316   _PathRemoveFileSpecAW@4              @1006
     317   _PathAppendAW@8                      @1007
     318   _PathCombineAW@12                    @1008
     319   _PathStripPathAW@4                   @1009
     320   _PathIsUNCAW@4                       @1010
     321   _PathIsRelativeAW@4                  @1011
     322   _PathProcessCommandAW@16             @1012
     323   _PathParseIconLocationAW@4           @1013
     324   _PathResolveAW@12                    @1014
     325   _PathQualifyAW@4                     @1015
     326   _PathGetArgsAW@4                     @1016
     327   _PathMatchSpecAW@8                   @1017
     328   _PathRemoveArgsAW@4                  @1018
     329   _PathFindOnPathAW@8                  @1019
     330   _PathIsSameRootAW@8                  @1020
     331   _PathCleanupSpecAW@8                 @1021
     332   _PathIsDirectoryAW@4                 @1022
     333   _PathQuoteSpacesAW@4                 @1023
     334   _PathGetExtensionAW@4                @1024
     335   _PathGetShortPathAW@4                @1025
     336   _PathStripToRootAW@4                 @1026
     337   _PathUnquoteSpacesAW@4               @1027
     338   _PathMakeUniqueNameAW@20             @1028
     339   _PathSetDlgItemPathAW@12             @1029
     340   _PathGetDriveNumberAW@4              @1030
     341   _PathYetAnotherMakeUniqueNameAW@16   @1031
     342   _PathIsExeAW@4                       @1032
     343   _PathRemoveExtensionAW@4             @1033
     344
     345   _SHGetSpecialFolderPathAW@16         @1050
     346   _SHGetSpecialFolderPathA@16          @1051
     347   _SHGetSpecialFolderPathW@16          @1052
     348
     349   _IsLFNDriveA@4                       @1070
     350
Note: See TracChangeset for help on using the changeset viewer.