Changeset 1575 for trunk/src


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

Added exports for comdlg32

Location:
trunk/src
Files:
4 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
  • trunk/src/shlwapi/makefile

    r1559 r1575  
    1 # $Id: makefile,v 1.1 1999-11-02 20:53:37 phaller Exp $
     1# $Id: makefile,v 1.2 1999-11-03 19:36:33 sandervl Exp $
    22
    33#
     
    3030        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    3131              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
    32               $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
     32              $(PDWIN32_LIB)/shell32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    3333        $(CP) $@ $(PDWIN32_BIN)
    3434
     
    4343
    4444clean:
    45         $(RM) *.obj *.lib *.dll *~ *.map *.pch 
     45        $(RM) *.obj *.lib *.dll *.map *.pch     
    4646        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    4747        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
  • trunk/src/shlwapi/shlwapi.def

    r1561 r1575  
    1 ; $Id: shlwapi.def,v 1.2 1999-11-02 21:11:07 phaller Exp $
     1; $Id: shlwapi.def,v 1.3 1999-11-03 19:36:34 sandervl Exp $
    22
    33LIBRARY SHLWAPI INITINSTANCE TERMINSTANCE
     
    176176    ; 167    stub    IntlStrEqWorkerA
    177177    ; 168    stub    IntlStrEqWorkerW
    178     ; 169    stdcall PathAddBackslashA (ptr) PathAddBackslashA
    179     ; 170    stdcall PathAddBackslashW (ptr) PathAddBackslashW
     178
     179;    PathAddBackslashA                          = SHELL32.PathAddBackslashA
     180;    PathAddBackslashW                          = SHELL32.PathAddBackslashW
     181
    180182    ; 171    stub    PathAddExtensionA
    181183    ; 172    stub    PathAddExtensionW
     
    200202    ; 191    stdcall PathFindExtensionA (ptr) PathFindExtensionA
    201203    ; 192    stdcall PathFindExtensionW (ptr) PathFindExtensionW
    202     ; 193    stdcall PathFindFileNameA (ptr) PathFindFilenameA
    203     ; 194    stdcall PathFindFileNameW (ptr) PathFindFilenameW
     204;    PathFindFileNameA                          = SHELL32.PathFindFilenameA
     205;    PathFindFileNameW                          = SHELL32.PathFindFilenameW
    204206    ; 195    stub    PathFindNextComponentA
    205207    ; 196    stub    PathFindNextComponentW
     
    222224    ; 213    stdcall PathIsRelativeA (ptr) PathIsRelativeA
    223225    ; 214    stdcall PathIsRelativeW (ptr) PathIsRelativeW
    224     ; 215    stdcall PathIsRootA(str) PathIsRootA
    225     ; 216    stdcall PathIsRootW(wstr) PathIsRootW
     226
     227;    PathIsRootA                                = SHELL32.PathIsRootA
     228;    PathIsRootW                                = SHELL32.PathIsRootW
     229
    226230    ; 217    stub    PathIsSameRootA
    227231    ; 218    stub    PathIsSameRootW
     
    240244    ; 231    stub    PathMakeSystemFolderA
    241245    ; 232    stub    PathMakeSystemFolderW
    242     ; 233    stdcall PathMatchSpecA  (str str) PathMatchSpecA
    243     ; 234    stdcall PathMatchSpecW  (str str) PathMatchSpecW
     246
     247;    PathMatchSpecA                    = SHELL32.PathMatchSpecA
     248;    PathMatchSpecW                    = SHELL32.PathMatchSpecW
     249
    244250    ; 235    stub    PathParseIconLocationA
    245251    ; 236    stub    PathParseIconLocationW
     
    251257    ; 242    stub    PathRemoveArgsW
    252258
    253     PathRemoveBackslashA               = SHELL32.PathRemoveBackslashA
    254     PathRemoveBackslashW               = SHELL32.PathRemoveBackslashW
     259;    PathRemoveBackslashA               = SHELL32.PathRemoveBackslashA
     260;    PathRemoveBackslashW               = SHELL32.PathRemoveBackslashW
    255261
    256262    ; 245    stdcall PathRemoveBlanksA(str) PathRemoveBlanksA
     
    258264    ; 247    stub    PathRemoveExtensionA
    259265    ; 248    stub    PathRemoveExtensionW
    260     ; 249    stdcall PathRemoveFileSpecA (str) PathRemoveFileSpecA
     266
     267;    PathRemoveFileSpecA                        = SHELL32.PathRemoveFileSpec
     268
    261269    ; 250    stub    PathRemoveFileSpecW
    262270    ; 251    stub    PathRenameExtensionA
     
    409417
    410418EXPORTS
    411     PathRemoveBackslashA              @243
    412     PathRemoveBackslashW              @244
    413 
     419    PathAddBackslashA = _PathAddBackslashA@4                    @169
     420    PathAddBackslashW = _PathAddBackslashW@4                    @170
     421    PathFindFileNameA = _PathFindFilenameA@4                    @193
     422    PathFindFileNameW = _PathFindFilenameW@4                    @194
     423    PathIsRootA       = _PathIsRootA@4                          @215
     424    PathIsRootW       = _PathIsRootW@4                          @216
     425    PathMatchSpecA    = _PathMatchSpecA@8                       @233
     426    PathMatchSpecW    = _PathMatchSpecA@8                       @234
     427    PathRemoveBackslashA = _PathRemoveBackslashA@4              @243
     428    PathRemoveBackslashW = _PathRemoveBackslashA@4              @244
     429    PathRemoveFileSpecA  = _PathRemoveFileSpecA@4               @249
     430
Note: See TracChangeset for help on using the changeset viewer.