Changeset 1575 for trunk/src/shlwapi


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

Added exports for comdlg32

Location:
trunk/src/shlwapi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.