- Timestamp:
- Nov 3, 1999, 8:36:34 PM (26 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shell32.def
r1555 r1575 1 ; $Id: shell32.def,v 1.1 8 1999-11-02 20:36:41sandervl Exp $1 ; $Id: shell32.def,v 1.19 1999-11-03 19:35:39 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 105 105 SHLogILFromFSIL = _SHLogILFromFSIL@4 @95 106 106 StrRetToStrN = _StrRetToStrN@16 @96 107 StrRetToStrNA = _StrRetToStrNA@16 @396108 StrRetToStrNW = _StrRetToStrNW@16 @397109 107 SHWaitForFileToOpen = _SHWaitForFileToOpen@12 @97 110 108 SHGetRealIDL = _SHGetRealIDL@12 @98 … … 377 375 StrRetToBufA = _StrRetToBufA@16 @1000 378 376 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 72 72 _SHLogILFromFSIL@4 @95 73 73 _StrRetToStrN@16 @96 74 _StrRetToStrNA@16 @39675 _StrRetToStrNW@16 @39776 74 _SHWaitForFileToOpen@12 @97 77 75 _SHGetRealIDL@12 @98 … … 245 243 _StrRetToBufA@16 @1000 246 244 _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 phallerExp $1 # $Id: makefile,v 1.2 1999-11-03 19:36:33 sandervl Exp $ 2 2 3 3 # … … 30 30 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 31 31 $(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) 33 33 $(CP) $@ $(PDWIN32_BIN) 34 34 … … 43 43 44 44 clean: 45 $(RM) *.obj *.lib *.dll * ~ *.map *.pch45 $(RM) *.obj *.lib *.dll *.map *.pch 46 46 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 47 47 $(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 phallerExp $1 ; $Id: shlwapi.def,v 1.3 1999-11-03 19:36:34 sandervl Exp $ 2 2 3 3 LIBRARY SHLWAPI INITINSTANCE TERMINSTANCE … … 176 176 ; 167 stub IntlStrEqWorkerA 177 177 ; 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 180 182 ; 171 stub PathAddExtensionA 181 183 ; 172 stub PathAddExtensionW … … 200 202 ; 191 stdcall PathFindExtensionA (ptr) PathFindExtensionA 201 203 ; 192 stdcall PathFindExtensionW (ptr) PathFindExtensionW 202 ; 193 stdcall PathFindFileNameA (ptr)PathFindFilenameA203 ; 194 stdcall PathFindFileNameW (ptr)PathFindFilenameW204 ; PathFindFileNameA = SHELL32.PathFindFilenameA 205 ; PathFindFileNameW = SHELL32.PathFindFilenameW 204 206 ; 195 stub PathFindNextComponentA 205 207 ; 196 stub PathFindNextComponentW … … 222 224 ; 213 stdcall PathIsRelativeA (ptr) PathIsRelativeA 223 225 ; 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 226 230 ; 217 stub PathIsSameRootA 227 231 ; 218 stub PathIsSameRootW … … 240 244 ; 231 stub PathMakeSystemFolderA 241 245 ; 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 244 250 ; 235 stub PathParseIconLocationA 245 251 ; 236 stub PathParseIconLocationW … … 251 257 ; 242 stub PathRemoveArgsW 252 258 253 PathRemoveBackslashA = SHELL32.PathRemoveBackslashA254 PathRemoveBackslashW = SHELL32.PathRemoveBackslashW259 ; PathRemoveBackslashA = SHELL32.PathRemoveBackslashA 260 ; PathRemoveBackslashW = SHELL32.PathRemoveBackslashW 255 261 256 262 ; 245 stdcall PathRemoveBlanksA(str) PathRemoveBlanksA … … 258 264 ; 247 stub PathRemoveExtensionA 259 265 ; 248 stub PathRemoveExtensionW 260 ; 249 stdcall PathRemoveFileSpecA (str) PathRemoveFileSpecA 266 267 ; PathRemoveFileSpecA = SHELL32.PathRemoveFileSpec 268 261 269 ; 250 stub PathRemoveFileSpecW 262 270 ; 251 stub PathRenameExtensionA … … 409 417 410 418 EXPORTS 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.